Shades of Fog #DCCEEE
Tints of Fog #DCCEEE
RGB
CMYK
RGB Variations
Color information
#DCCEEE (or 0xDCCEEE) is known color: Fog. HEX triplet: DC, CE and EE. RGB value is (220,206,238). Sum of RGB (Red+Green+Blue) = 220+206+238=664 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.13% from 664); Green value is 206 (80.86% from 255 or 31.02% from 664); Blue value is 238 (93.36% from 255 or 35.84% from 664); Max value from RGB is 238 - color contains mainly: blue. Hex color #DCCEEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCEEE is #233111. Grayscale: #D5D5D5. Windows color (decimal): -2306322 or 15650524. OLE color: 15650524.
HSL color Cylindrical-coordinate representation of color #DCCEEE: hue angle of 266.25º degrees, saturation: 0.48, 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 #DCCEEE is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 206 | 238 | - |
| CMYK | 0.08 | 0.13 | 0 | 0.07 |
| HSL | 266.25º | 0.48% | 0.87% | - |
| HSV(B) | 266.25º | 0.13% | 0.93% | - |
| XYZ | 67.02 | 65.53 | 90.01 | - |
| YUV | 213.83 | 141.64 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 206 | 238 | 0.08 | 0.13 | 0 | 0.07 | 266.25 | 0.48 | 0.87 |
| Hex | DC | CE | EE | 8 | D | 0 | 7 | 10A | 30 | 57 |
| Octal | 334 | 316 | 356 | 10 | 15 | 0 | 7 | 412 | 60 | 127 |
| Binary | 11011100 | 11001110 | 11101110 | 1000 | 1101 | 0 | 111 | 100001010 | 110000 | 1010111 |
Color Harmonies of #DCCEEE
Complementary color
Monochromatic Colors of #DCCEEE
Black with #DCCEEE
Text Example
Text Example
White with #DCCEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCEEE; }
p { color: rgb(220,206,238); }
H1.HeaderClassName
{
color: #DCCEEE;
}
.AnyTagClassName
{
color: #DCCEEE;
}
</style>
background-color css
<style>
a { background-color: #DCCEEE; }
a { background-color: rgb(220,206,238); }
div.DivClassName
{
background-color: #DCCEEE;
}
.BgClassName
{
background-color: #DCCEEE;
}
</style>
border-color css
<style>
span { border-color: #DCCEEE; }
span { border-color: rgb(220,206,238); }
td.TdClassName
{
border-color: #DCCEEE;
}
.TagClassName
{
border-color: #DCCEEE;
}
</style>