#DCCEEA

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

Shades of Fog #DCCEEA

Tints of Fog #DCCEEA

Color information

#DCCEEA (or 0xDCCEEA) is unknown color: approx Fog. HEX triplet: DC, CE and EA. RGB value is (220,206,234). Sum of RGB (Red+Green+Blue) = 220+206+234=660 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.33% from 660); Green value is 206 (80.86% from 255 or 31.21% from 660); Blue value is 234 (91.80% from 255 or 35.45% from 660); Max value from RGB is 234 - color contains mainly: blue. Hex color #DCCEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCEEA is #233115. Grayscale: #D5D5D5. Windows color (decimal): -2306326 or 15388380. OLE color: 15388380.

HSL color Cylindrical-coordinate representation of color #DCCEEA: hue angle of 270º degrees, saturation: 0.4, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCCEEA is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB220206234-
CMYK0.060.1200.08
HSL270º40%86.27%-
HSV(B)270º11.97%91.76%-
XYZ66.4465.386.94-
YUV213.38139.64132.72-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.33%
GREEN value IS 206 (80.86% from 255) = 31.21%
BLUE value IS 234 (91.80% from 255) = 35.45%
R=33.33%
G=31.21%
B=35.45%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2202062340.060.1200.082704086.27
HexDCCEEA6C0810e2856
Octal33431635261401041650126
Binary1101110011001110111010101101100010001000011101010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCEEA; }

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

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

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

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

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

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

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

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