#DCCEE9

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

Shades of Fog #DCCEE9

Tints of Fog #DCCEE9

Color information

#DCCEE9 (or 0xDCCEE9) is unknown color: approx Fog. HEX triplet: DC, CE and E9. RGB value is (220,206,233). Sum of RGB (Red+Green+Blue) = 220+206+233=659 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.38% from 659); Green value is 206 (80.86% from 255 or 31.26% from 659); Blue value is 233 (91.41% from 255 or 35.36% from 659); Max value from RGB is 233 - color contains mainly: blue. Hex color #DCCEE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCEE9 is #233116. Grayscale: #D5D5D5. Windows color (decimal): -2306327 or 15322844. OLE color: 15322844.

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

Color convert

RGB220206233-
CMYK0.060.1200.09
HSL271.11º38.03%86.08%-
HSV(B)271.11º11.59%91.37%-
XYZ66.2965.2486.19-
YUV213.26139.14132.8-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.38%
GREEN value IS 206 (80.86% from 255) = 31.26%
BLUE value IS 233 (91.41% from 255) = 35.36%
R=33.38%
G=31.26%
B=35.36%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2202062330.060.1200.09271.1138.0386.08
HexDCCEE96C0910f2656
Octal33431635161401141746126
Binary1101110011001110111010011101100010011000011111001101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCEE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCEE9; }

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

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

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

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

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

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

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

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