Shades of Fog #DCCEEC
Tints of Fog #DCCEEC
RGB
CMYK
RGB Variations
Color information
#DCCEEC (or 0xDCCEEC) is known color: 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
| RGB | 220 | 206 | 236 | - |
| CMYK | 0.07 | 0.13 | 0 | 0.07 |
| HSL | 268º | 0.44% | 0.87% | - |
| HSV(B) | 268º | 0.13% | 0.93% | - |
| XYZ | 66.73 | 65.41 | 88.47 | - |
| YUV | 213.61 | 140.64 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 206 | 236 | 0.07 | 0.13 | 0 | 0.07 | 268 | 0.44 | 0.87 |
| Hex | DC | CE | EC | 7 | D | 0 | 7 | 10C | 2C | 57 |
| Octal | 334 | 316 | 354 | 7 | 15 | 0 | 7 | 414 | 54 | 127 |
| Binary | 11011100 | 11001110 | 11101100 | 111 | 1101 | 0 | 111 | 100001100 | 101100 | 1010111 |
Color Harmonies of #DCCEEC
Complementary color
Monochromatic Colors of #DCCEEC
Black with #DCCEEC
Text Example
Text Example
White with #DCCEEC
Text Example
Text Example
HTML Codes & Css Web 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>