Color Hex Logo

#dfceff Color Hex

#DFCEFF
(223,206,255)
0 Favorites   0 Comments

Color spaces of #dfceff

RGB 223206255
HSL0.721.000.90
HSV261°19°100°
CMYK 0.130.190.00   0.00
XYZ70.552767.0506103.8313
Yxy67.05060.29220.2777
Hunter Lab81.884410.5002-17.8620
CIE-Lab85.529515.0916-21.8070

#dfceff color RGB value is (223,206,255).

#dfceff hex color red value is 223, green value is 206 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #dfceff hue: 0.72 , saturation: 1.00 and the lightness value of dfceff is 0.90.

The process color (four color CMYK) of #dfceff color hex is 0.13, 0.19, 0.00, 0.00. Web safe color of #dfceff is #ccccff. Color #dfceff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001110 11111111
Octal 337 316 377
Decimal 223 206 255
Hex DF CE FF

RGB Percentages of Color #dfceff

%32.60
%30.12
%37.28

CMYK Percentages of Color #dfceff

%13
%19
%0
%0

Triadic Colors of #dfceff

#dfceff #ffdfce #ceffdf

Analogous Colors of #dfceff

#dfceff #f8ceff #ced6ff

Monochromatic Colors of #dfceff

#dfceff

Complementary Color

#dfceff #eeffce

#dfceff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfceff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfceff Color CSS Codes

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

#dfceff Text Font Color

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

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


#dfceff Background Color

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

This div background color is #dfceff


#dfceff Border Color

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

This div border color is #dfceff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfceff

#dfceff Color Palettes


Comments

No comments written yet.

Please login to write comment.