Color Hex Logo

#dbbdc6 Color Hex

#DBBDC6
(219,189,198)
0 Favorites   0 Comments

Color spaces of #dbbdc6

RGB 219189198
HSL0.950.290.80
HSV342°14°86°
CMYK 0.000.140.10   0.14
XYZ57.604155.532561.1089
Yxy55.53250.33060.3187
Hunter Lab74.52017.57043.5444
CIE-Lab79.347012.1527-0.5811

#dbbdc6 color RGB value is (219,189,198).

#dbbdc6 hex color red value is 219, green value is 189 and the blue value of its RGB is 198. Cylindrical-coordinate representations (also known as HSL) of color #dbbdc6 hue: 0.95 , saturation: 0.29 and the lightness value of dbbdc6 is 0.80.

The process color (four color CMYK) of #dbbdc6 color hex is 0.00, 0.14, 0.10, 0.14. Web safe color of #dbbdc6 is #cccccc. Color #dbbdc6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111101 11000110
Octal 333 275 306
Decimal 219 189 198
Hex DB BD C6

RGB Percentages of Color #dbbdc6

%36.14
%31.19
%32.67

CMYK Percentages of Color #dbbdc6

%0
%14
%10
%14

Triadic Colors of #dbbdc6

#dbbdc6 #c6dbbd #bdc6db

Analogous Colors of #dbbdc6

#dbbdc6 #dbc3bd #dbbdd5

Monochromatic Colors of #dbbdc6

#dbbdc6

Complementary Color

#dbbdc6 #bddbd2

#dbbdc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbdc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbdc6 Color CSS Codes

.mybgcolor {background-color:#dbbdc6; } 
.myforecolor {color:#dbbdc6; }
.mybordercolor {border:3px solid #dbbdc6; }

#dbbdc6 Text Font Color

<p style="color:#dbbdc6">Text here</p>

This sample text font color is #dbbdc6
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dbbdc6 Background Color

<div style="background-color:#dbbdc6">
Div content here</div>

This div background color is #dbbdc6


#dbbdc6 Border Color

<div style="border:3px solid #dbbdc6">
Div here</div>

This div border color is #dbbdc6


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(219,189,198, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dbbdc6; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dbbdc6;
  -webkit-box-shadow: 1px 1px 3px 2px #dbbdc6;
  box-shadow:         1px 1px 3px 2px #dbbdc6; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,189,198, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dbbdc6">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dbbdc6;
  -webkit-box-shadow: 1px 1px 3px 2px #dbbdc6;
  box-shadow:         1px 1px 3px 2px #dbbdc6;">
Div content here</div>

This div box has shadow with color #dbbdc6


Comments

No comments written yet.

Please login to write comment.