Color Hex Logo

#d9bede Color Hex

#D9BEDE
(217,190,222)
0 Favorites   0 Comments

Color spaces of #d9bede

RGB 217190222
HSL0.810.330.81
HSV291°14°87°
CMYK 0.020.140.00   0.13
XYZ60.213556.852676.9073
Yxy56.85260.31040.2931
Hunter Lab75.400710.5955-7.6943
CIE-Lab80.096615.2166-12.4306

#d9bede color RGB value is (217,190,222).

#d9bede hex color red value is 217, green value is 190 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d9bede hue: 0.81 , saturation: 0.33 and the lightness value of d9bede is 0.81.

The process color (four color CMYK) of #d9bede color hex is 0.02, 0.14, 0.00, 0.13. Web safe color of #d9bede is #cccccc. Color #d9bede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10111110 11011110
Octal 331 276 336
Decimal 217 190 222
Hex D9 BE DE

RGB Percentages of Color #d9bede

%34.50
%30.21
%35.29

CMYK Percentages of Color #d9bede

%2
%14
%0
%13

Triadic Colors of #d9bede

#d9bede #ded9be #beded9

Analogous Colors of #d9bede

#d9bede #debed3 #c9bede

Monochromatic Colors of #d9bede

#d9bede

Complementary Color

#d9bede #c3debe

#d9bede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9bede Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9bede Color CSS Codes

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

#d9bede Text Font Color

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

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


#d9bede Background Color

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

This div background color is #d9bede


#d9bede Border Color

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

This div border color is #d9bede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9bede


Comments

No comments written yet.

Please login to write comment.