Shades of Fog #DCCFEE
Tints of Fog #DCCFEE
RGB
CMYK
RGB Variations
Color information
#DCCFEE (or 0xDCCFEE) is known color: Fog. HEX triplet: DC, CF and EE. RGB value is (220,207,238). Sum of RGB (Red+Green+Blue) = 220+207+238=665 (88% of max value = 765). Red value is 220 (86.33% from 255 or 33.08% from 665); Green value is 207 (81.25% from 255 or 31.13% from 665); Blue value is 238 (93.36% from 255 or 35.79% from 665); Max value from RGB is 238 - color contains mainly: blue. Hex color #DCCFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCFEE is #233011. Grayscale: #D6D6D6. Windows color (decimal): -2306066 or 15650780. OLE color: 15650780.
HSL color Cylindrical-coordinate representation of color #DCCFEE: hue angle of 265.16º 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 #DCCFEE is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 207 | 238 | - |
| CMYK | 0.08 | 0.13 | 0 | 0.07 |
| HSL | 265.16º | 0.48% | 0.87% | - |
| HSV(B) | 265.16º | 0.13% | 0.93% | - |
| XYZ | 67.26 | 66.01 | 90.09 | - |
| YUV | 214.42 | 141.31 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 207 | 238 | 0.08 | 0.13 | 0 | 0.07 | 265.16 | 0.48 | 0.87 |
| Hex | DC | CF | EE | 8 | D | 0 | 7 | 109 | 30 | 57 |
| Octal | 334 | 317 | 356 | 10 | 15 | 0 | 7 | 411 | 60 | 127 |
| Binary | 11011100 | 11001111 | 11101110 | 1000 | 1101 | 0 | 111 | 100001001 | 110000 | 1010111 |
Color Harmonies of #DCCFEE
Complementary color
Monochromatic Colors of #DCCFEE
Black with #DCCFEE
Text Example
Text Example
White with #DCCFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCFEE; }
p { color: rgb(220,207,238); }
H1.HeaderClassName
{
color: #DCCFEE;
}
.AnyTagClassName
{
color: #DCCFEE;
}
</style>
background-color css
<style>
a { background-color: #DCCFEE; }
a { background-color: rgb(220,207,238); }
div.DivClassName
{
background-color: #DCCFEE;
}
.BgClassName
{
background-color: #DCCFEE;
}
</style>
border-color css
<style>
span { border-color: #DCCFEE; }
span { border-color: rgb(220,207,238); }
td.TdClassName
{
border-color: #DCCFEE;
}
.TagClassName
{
border-color: #DCCFEE;
}
</style>