Color Hex Logo

#dfccef Color Hex

#DFCCEF
(223,204,239)
0 Favorites   0 Comments

Color spaces of #dfccef

RGB 223204239
HSL0.760.520.87
HSV273°15°94°
CMYK 0.070.150.00   0.06
XYZ67.604365.105790.6649
Yxy65.10570.30260.2915
Hunter Lab80.68818.3515-10.1393
CIE-Lab84.538212.9682-14.8165

#dfccef color RGB value is (223,204,239).

#dfccef hex color red value is 223, green value is 204 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #dfccef hue: 0.76 , saturation: 0.52 and the lightness value of dfccef is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001100 11101111
Octal 337 314 357
Decimal 223 204 239
Hex DF CC EF

RGB Percentages of Color #dfccef

%33.48
%30.63
%35.89

CMYK Percentages of Color #dfccef

%7
%15
%0
%6

Triadic Colors of #dfccef

#dfccef #efdfcc #ccefdf

Analogous Colors of #dfccef

#dfccef #efccee #ceccef

Monochromatic Colors of #dfccef

#dfccef

Complementary Color

#dfccef #dcefcc

#dfccef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfccef Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfccef Color CSS Codes

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

#dfccef Text Font Color

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

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


#dfccef Background Color

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

This div background color is #dfccef


#dfccef Border Color

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

This div border color is #dfccef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,204,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 #dfccef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfccef


Comments

No comments written yet.

Please login to write comment.