Shades of Fog #DCCAEF
Tints of Fog #DCCAEF
RGB
CMYK
RGB Variations
Color information
#DCCAEF (or 0xDCCAEF) is known color: Fog. HEX triplet: DC, CA and EF. RGB value is (220,202,239). Sum of RGB (Red+Green+Blue) = 220+202+239=661 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.28% from 661); Green value is 202 (79.30% from 255 or 30.56% from 661); Blue value is 239 (93.75% from 255 or 36.16% from 661); Max value from RGB is 239 - color contains mainly: blue. Hex color #DCCAEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCAEF is #233510. Grayscale: #D3D3D3. Windows color (decimal): -2307345 or 15715036. OLE color: 15715036.
HSL color Cylindrical-coordinate representation of color #DCCAEF: hue angle of 269.19º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DCCAEF is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 202 | 239 | - |
| CMYK | 0.08 | 0.15 | 0 | 0.06 |
| HSL | 269.19º | 0.54% | 0.86% | - |
| HSV(B) | 269.19º | 0.15% | 0.94% | - |
| XYZ | 66.22 | 63.69 | 90.46 | - |
| YUV | 211.6 | 143.46 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 202 | 239 | 0.08 | 0.15 | 0 | 0.06 | 269.19 | 0.54 | 0.86 |
| Hex | DC | CA | EF | 8 | F | 0 | 6 | 10D | 36 | 56 |
| Octal | 334 | 312 | 357 | 10 | 17 | 0 | 6 | 415 | 66 | 126 |
| Binary | 11011100 | 11001010 | 11101111 | 1000 | 1111 | 0 | 110 | 100001101 | 110110 | 1010110 |
Color Harmonies of #DCCAEF
Complementary color
Monochromatic Colors of #DCCAEF
Black with #DCCAEF
Text Example
Text Example
White with #DCCAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCAEF; }
p { color: rgb(220,202,239); }
H1.HeaderClassName
{
color: #DCCAEF;
}
.AnyTagClassName
{
color: #DCCAEF;
}
</style>
background-color css
<style>
a { background-color: #DCCAEF; }
a { background-color: rgb(220,202,239); }
div.DivClassName
{
background-color: #DCCAEF;
}
.BgClassName
{
background-color: #DCCAEF;
}
</style>
border-color css
<style>
span { border-color: #DCCAEF; }
span { border-color: rgb(220,202,239); }
td.TdClassName
{
border-color: #DCCAEF;
}
.TagClassName
{
border-color: #DCCAEF;
}
</style>