Shades of Fog #DCCEEF
Tints of Fog #DCCEEF
RGB
CMYK
RGB Variations
Color information
#DCCEEF (or 0xDCCEEF) is known color: Fog. HEX triplet: DC, CE and EF. RGB value is (220,206,239). Sum of RGB (Red+Green+Blue) = 220+206+239=665 (88% of max value = 765). Red value is 220 (86.33% from 255 or 33.08% from 665); Green value is 206 (80.86% from 255 or 30.98% from 665); Blue value is 239 (93.75% from 255 or 35.94% from 665); Max value from RGB is 239 - color contains mainly: blue. Hex color #DCCEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCEEF is #233110. Grayscale: #D5D5D5. Windows color (decimal): -2306321 or 15716060. OLE color: 15716060.
HSL color Cylindrical-coordinate representation of color #DCCEEF: hue angle of 265.45º degrees, saturation: 0.51, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCCEEF is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 206 | 239 | - |
| CMYK | 0.08 | 0.14 | 0 | 0.06 |
| HSL | 265.45º | 0.51% | 0.87% | - |
| HSV(B) | 265.45º | 0.14% | 0.94% | - |
| XYZ | 67.17 | 65.59 | 90.78 | - |
| YUV | 213.95 | 142.14 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 206 | 239 | 0.08 | 0.14 | 0 | 0.06 | 265.45 | 0.51 | 0.87 |
| Hex | DC | CE | EF | 8 | E | 0 | 6 | 109 | 33 | 57 |
| Octal | 334 | 316 | 357 | 10 | 16 | 0 | 6 | 411 | 63 | 127 |
| Binary | 11011100 | 11001110 | 11101111 | 1000 | 1110 | 0 | 110 | 100001001 | 110011 | 1010111 |
Color Harmonies of #DCCEEF
Complementary color
Monochromatic Colors of #DCCEEF
Black with #DCCEEF
Text Example
Text Example
White with #DCCEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCEEF; }
p { color: rgb(220,206,239); }
H1.HeaderClassName
{
color: #DCCEEF;
}
.AnyTagClassName
{
color: #DCCEEF;
}
</style>
background-color css
<style>
a { background-color: #DCCEEF; }
a { background-color: rgb(220,206,239); }
div.DivClassName
{
background-color: #DCCEEF;
}
.BgClassName
{
background-color: #DCCEEF;
}
</style>
border-color css
<style>
span { border-color: #DCCEEF; }
span { border-color: rgb(220,206,239); }
td.TdClassName
{
border-color: #DCCEEF;
}
.TagClassName
{
border-color: #DCCEEF;
}
</style>