Shades of Fog #DCCEFC
Tints of Fog #DCCEFC
RGB
CMYK
RGB Variations
Color information
#DCCEFC (or 0xDCCEFC) is known color: Fog. HEX triplet: DC, CE and FC. RGB value is (220,206,252). Sum of RGB (Red+Green+Blue) = 220+206+252=678 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.45% from 678); Green value is 206 (80.86% from 255 or 30.38% from 678); Blue value is 252 (98.83% from 255 or 37.17% from 678); Max value from RGB is 252 - color contains mainly: blue. Hex color #DCCEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCEFC is #233103. Grayscale: #D7D7D7. Windows color (decimal): -2306308 or 16568028. OLE color: 16568028.
HSL color Cylindrical-coordinate representation of color #DCCEFC: hue angle of 258.26º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCCEFC is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 206 | 252 | - |
| CMYK | 0.13 | 0.18 | 0 | 0.01 |
| HSL | 258.26º | 0.88% | 0.9% | - |
| HSV(B) | 258.26º | 0.18% | 0.99% | - |
| XYZ | 69.16 | 66.39 | 101.26 | - |
| YUV | 215.43 | 148.64 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 206 | 252 | 0.13 | 0.18 | 0 | 0.01 | 258.26 | 0.88 | 0.9 |
| Hex | DC | CE | FC | D | 12 | 0 | 1 | 102 | 58 | 5A |
| Octal | 334 | 316 | 374 | 15 | 22 | 0 | 1 | 402 | 130 | 132 |
| Binary | 11011100 | 11001110 | 11111100 | 1101 | 10010 | 0 | 1 | 100000010 | 1011000 | 1011010 |
Color Harmonies of #DCCEFC
Complementary color
Monochromatic Colors of #DCCEFC
Black with #DCCEFC
Text Example
Text Example
White with #DCCEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCEFC; }
p { color: rgb(220,206,252); }
H1.HeaderClassName
{
color: #DCCEFC;
}
.AnyTagClassName
{
color: #DCCEFC;
}
</style>
background-color css
<style>
a { background-color: #DCCEFC; }
a { background-color: rgb(220,206,252); }
div.DivClassName
{
background-color: #DCCEFC;
}
.BgClassName
{
background-color: #DCCEFC;
}
</style>
border-color css
<style>
span { border-color: #DCCEFC; }
span { border-color: rgb(220,206,252); }
td.TdClassName
{
border-color: #DCCEFC;
}
.TagClassName
{
border-color: #DCCEFC;
}
</style>