Shades of Fog #DCCCEE
Tints of Fog #DCCCEE
RGB
CMYK
RGB Variations
Color information
#DCCCEE (or 0xDCCCEE) is known color: Fog. HEX triplet: DC, CC and EE. RGB value is (220,204,238). Sum of RGB (Red+Green+Blue) = 220+204+238=662 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.23% from 662); Green value is 204 (80.08% from 255 or 30.82% from 662); Blue value is 238 (93.36% from 255 or 35.95% from 662); Max value from RGB is 238 - color contains mainly: blue. Hex color #DCCCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCCEE is #233311. Grayscale: #D4D4D4. Windows color (decimal): -2306834 or 15650012. OLE color: 15650012.
HSL color Cylindrical-coordinate representation of color #DCCCEE: hue angle of 268.24º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCCCEE is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 204 | 238 | - |
| CMYK | 0.08 | 0.14 | 0 | 0.07 |
| HSL | 268.24º | 0.5% | 0.87% | - |
| HSV(B) | 268.24º | 0.14% | 0.93% | - |
| XYZ | 66.54 | 64.57 | 89.85 | - |
| YUV | 212.66 | 142.3 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 204 | 238 | 0.08 | 0.14 | 0 | 0.07 | 268.24 | 0.5 | 0.87 |
| Hex | DC | CC | EE | 8 | E | 0 | 7 | 10C | 32 | 57 |
| Octal | 334 | 314 | 356 | 10 | 16 | 0 | 7 | 414 | 62 | 127 |
| Binary | 11011100 | 11001100 | 11101110 | 1000 | 1110 | 0 | 111 | 100001100 | 110010 | 1010111 |
Color Harmonies of #DCCCEE
Complementary color
Monochromatic Colors of #DCCCEE
Black with #DCCCEE
Text Example
Text Example
White with #DCCCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCCEE; }
p { color: rgb(220,204,238); }
H1.HeaderClassName
{
color: #DCCCEE;
}
.AnyTagClassName
{
color: #DCCCEE;
}
</style>
background-color css
<style>
a { background-color: #DCCCEE; }
a { background-color: rgb(220,204,238); }
div.DivClassName
{
background-color: #DCCCEE;
}
.BgClassName
{
background-color: #DCCCEE;
}
</style>
border-color css
<style>
span { border-color: #DCCCEE; }
span { border-color: rgb(220,204,238); }
td.TdClassName
{
border-color: #DCCCEE;
}
.TagClassName
{
border-color: #DCCCEE;
}
</style>