Color Hex Logo

#dcdeff Color Hex

#DCDEFF
(220,222,255)
0 Favorites   0 Comments

Color spaces of #dcdeff

RGB 220222255
HSL0.661.000.93
HSV237°14°100°
CMYK 0.140.130.00   0.00
XYZ73.686574.6782105.1384
Yxy74.67820.29070.2946
Hunter Lab86.41650.9761-11.6434
CIE-Lab89.24205.6952-16.2287

#dcdeff color RGB value is (220,222,255).

#dcdeff hex color red value is 220, green value is 222 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #dcdeff hue: 0.66 , saturation: 1.00 and the lightness value of dcdeff is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011110 11111111
Octal 334 336 377
Decimal 220 222 255
Hex DC DE FF

RGB Percentages of Color #dcdeff

%31.56
%31.85
%36.59

CMYK Percentages of Color #dcdeff

%14
%13
%0
%0

Triadic Colors of #dcdeff

#dcdeff #ffdcde #deffdc

Analogous Colors of #dcdeff

#dcdeff #ecdcff #dcf0ff

Monochromatic Colors of #dcdeff

#dcdeff

Complementary Color

#dcdeff #fffddc

#dcdeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcdeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcdeff Color CSS Codes

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

#dcdeff Text Font Color

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

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


#dcdeff Background Color

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

This div background color is #dcdeff


#dcdeff Border Color

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

This div border color is #dcdeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcdeff

Related Colors


Comments

No comments written yet.

Please login to write comment.