Color Hex Logo

#dfcbe5 Color Hex

#DFCBE5
(223,203,229)
0 Favorites   0 Comments

Color spaces of #dfcbe5

RGB 223203229
HSL0.790.330.85
HSV286°11°90°
CMYK 0.030.110.00   0.10
XYZ65.930264.057083.0181
Yxy64.05700.30950.3007
Hunter Lab80.03566.9790-5.4745
CIE-Lab83.995411.5926-10.3063

#dfcbe5 color RGB value is (223,203,229).

#dfcbe5 hex color red value is 223, green value is 203 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #dfcbe5 hue: 0.79 , saturation: 0.33 and the lightness value of dfcbe5 is 0.85.

The process color (four color CMYK) of #dfcbe5 color hex is 0.03, 0.11, 0.00, 0.10. Web safe color of #dfcbe5 is #cccccc. Color #dfcbe5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001011 11100101
Octal 337 313 345
Decimal 223 203 229
Hex DF CB E5

RGB Percentages of Color #dfcbe5

%34.05
%30.99
%34.96

CMYK Percentages of Color #dfcbe5

%3
%11
%0
%10

Triadic Colors of #dfcbe5

#dfcbe5 #e5dfcb #cbe5df

Analogous Colors of #dfcbe5

#dfcbe5 #e5cbde #d2cbe5

Monochromatic Colors of #dfcbe5

#dfcbe5

Complementary Color

#dfcbe5 #d1e5cb

#dfcbe5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcbe5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcbe5 Color CSS Codes

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

#dfcbe5 Text Font Color

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

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


#dfcbe5 Background Color

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

This div background color is #dfcbe5


#dfcbe5 Border Color

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

This div border color is #dfcbe5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcbe5


Comments

No comments written yet.

Please login to write comment.