Color Hex Logo

#dfdcef Color Hex

#DFDCEF
(223,220,239)
0 Favorites   0 Comments

Color spaces of #dfdcef

RGB 223220239
HSL0.690.370.90
HSV249°94°
CMYK 0.070.080.00   0.06
XYZ71.604673.106491.9983
Yxy73.10640.30250.3088
Hunter Lab85.5023-0.1427-3.9429
CIE-Lab88.49844.5332-8.9064

#dfdcef color RGB value is (223,220,239).

#dfdcef hex color red value is 223, green value is 220 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #dfdcef hue: 0.69 , saturation: 0.37 and the lightness value of dfdcef is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011100 11101111
Octal 337 334 357
Decimal 223 220 239
Hex DF DC EF

RGB Percentages of Color #dfdcef

%32.70
%32.26
%35.04

CMYK Percentages of Color #dfdcef

%7
%8
%0
%6

Triadic Colors of #dfdcef

#dfdcef #efdfdc #dcefdf

Analogous Colors of #dfdcef

#dfdcef #e9dcef #dce3ef

Monochromatic Colors of #dfdcef

#dfdcef

Complementary Color

#dfdcef #ecefdc

#dfdcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdcef Color CSS Codes

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

#dfdcef Text Font Color

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

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


#dfdcef Background Color

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

This div background color is #dfdcef


#dfdcef Border Color

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

This div border color is #dfdcef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdcef


Comments

No comments written yet.

Please login to write comment.