#DCCEEC

Color #DCCEEC Fog (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fog #DCCEEC

Tints of Fog #DCCEEC

Color information

#DCCEEC (or 0xDCCEEC) is unknown color: approx Fog. HEX triplet: DC, CE and EC. RGB value is (220,206,236). Sum of RGB (Red+Green+Blue) = 220+206+236=662 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.23% from 662); Green value is 206 (80.86% from 255 or 31.12% from 662); Blue value is 236 (92.58% from 255 or 35.65% from 662); Max value from RGB is 236 - color contains mainly: blue. Hex color #DCCEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCEEC is #233113. Grayscale: #D5D5D5. Windows color (decimal): -2306324 or 15519452. OLE color: 15519452.

HSL color Cylindrical-coordinate representation of color #DCCEEC: hue angle of 268º degrees, saturation: 0.44, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCCEEC is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB220206236-
CMYK0.070.1300.07
HSL268º44.12%86.67%-
HSV(B)268º12.71%92.55%-
XYZ66.7365.4188.47-
YUV213.61140.64132.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 33.23%
GREEN value IS 206 (80.86% from 255) = 31.12%
BLUE value IS 236 (92.58% from 255) = 35.65%
R=33.23%
G=31.12%
B=35.65%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202062360.070.1300.0726844.1286.67
HexDCCEEC7D0710c2c57
Octal3343163547150741454127
Binary110111001100111011101100111110101111000011001011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCEEC; }

 p { color: rgb(220,206,236); }

 H1.HeaderClassName
 {
   color: #DCCEEC;
 }
 .AnyTagClassName
 {
   color: #DCCEEC;
 }
</style>
background-color css

<style>
 a { background-color: #DCCEEC; }

 a { background-color: rgb(220,206,236); }

 div.DivClassName
 {
   background-color: #DCCEEC;
 }
 .BgClassName
 {
   background-color: #DCCEEC;
 }
</style>
border-color css

<style>
 span { border-color: #DCCEEC; }

 span { border-color: rgb(220,206,236); }

 td.TdClassName
 {
   border-color: #DCCEEC;
 }
 .TagClassName
 {
   border-color: #DCCEEC;
 }
</style>