Color Hex Logo

#dfc4ef Color Hex

#DFC4EF
(223,196,239)
0 Favorites   0 Comments

Color spaces of #dfc4ef

RGB 223196239
HSL0.770.570.85
HSV278°18°94°
CMYK 0.070.180.00   0.06
XYZ65.751361.399890.0472
Yxy61.39980.30270.2827
Hunter Lab78.358012.6553-13.2841
CIE-Lab82.593217.2360-17.7416

#dfc4ef color RGB value is (223,196,239).

#dfc4ef hex color red value is 223, green value is 196 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #dfc4ef hue: 0.77 , saturation: 0.57 and the lightness value of dfc4ef is 0.85.

The process color (four color CMYK) of #dfc4ef color hex is 0.07, 0.18, 0.00, 0.06. Web safe color of #dfc4ef is #ccccff. Color #dfc4ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000100 11101111
Octal 337 304 357
Decimal 223 196 239
Hex DF C4 EF

RGB Percentages of Color #dfc4ef

%33.89
%29.79
%36.32

CMYK Percentages of Color #dfc4ef

%7
%18
%0
%6

Triadic Colors of #dfc4ef

#dfc4ef #efdfc4 #c4efdf

Analogous Colors of #dfc4ef

#dfc4ef #efc4ea #cac4ef

Monochromatic Colors of #dfc4ef

#dfc4ef

Complementary Color

#dfc4ef #d4efc4

#dfc4ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc4ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc4ef Color CSS Codes

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

#dfc4ef Text Font Color

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

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


#dfc4ef Background Color

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

This div background color is #dfc4ef


#dfc4ef Border Color

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

This div border color is #dfc4ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc4ef


Comments

No comments written yet.

Please login to write comment.