Color Hex Logo

#d9becb Color Hex

#D9BECB
(217,190,203)
0 Favorites   0 Comments

Color spaces of #d9becb

RGB 217190203
HSL0.920.260.80
HSV331°12°85°
CMYK 0.000.120.06   0.15
XYZ57.808255.890464.2410
Yxy55.89040.32490.3141
Hunter Lab74.75997.19561.3842
CIE-Lab79.551411.7708-3.0004

#d9becb color RGB value is (217,190,203).

#d9becb hex color red value is 217, green value is 190 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #d9becb hue: 0.92 , saturation: 0.26 and the lightness value of d9becb is 0.80.

The process color (four color CMYK) of #d9becb color hex is 0.00, 0.12, 0.06, 0.15. Web safe color of #d9becb is #cccccc. Color #d9becb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10111110 11001011
Octal 331 276 313
Decimal 217 190 203
Hex D9 BE CB

RGB Percentages of Color #d9becb

%35.57
%31.15
%33.28

CMYK Percentages of Color #d9becb

%0
%12
%6
%15

Triadic Colors of #d9becb

#d9becb #cbd9be #becbd9

Analogous Colors of #d9becb

#d9becb #d9bfbe #d9bed9

Monochromatic Colors of #d9becb

#d9becb

Complementary Color

#d9becb #bed9cc

#d9becb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9becb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9becb Color CSS Codes

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

#d9becb Text Font Color

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

This sample text font color is #d9becb
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.


#d9becb Background Color

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

This div background color is #d9becb


#d9becb Border Color

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

This div border color is #d9becb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(217,190,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d9becb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d9becb;
  -webkit-box-shadow: 1px 1px 3px 2px #d9becb;
  box-shadow:         1px 1px 3px 2px #d9becb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,190,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9becb


Comments

No comments written yet.

Please login to write comment.