Shades of Fog #DCC9EA
Tints of Fog #DCC9EA
RGB
CMYK
RGB Variations
Color information
#DCC9EA (or 0xDCC9EA) is known color: Fog. HEX triplet: DC, C9 and EA. RGB value is (220,201,234). Sum of RGB (Red+Green+Blue) = 220+201+234=655 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.59% from 655); Green value is 201 (78.91% from 255 or 30.69% from 655); Blue value is 234 (91.80% from 255 or 35.73% from 655); Max value from RGB is 234 - color contains mainly: blue. Hex color #DCC9EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC9EA is #233615. Grayscale: #D2D2D2. Windows color (decimal): -2307606 or 15387100. OLE color: 15387100.
HSL color Cylindrical-coordinate representation of color #DCC9EA: hue angle of 274.55º degrees, saturation: 0.44, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCC9EA is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 201 | 234 | - |
| CMYK | 0.06 | 0.14 | 0 | 0.08 |
| HSL | 274.55º | 0.44% | 0.85% | - |
| HSV(B) | 274.55º | 0.14% | 0.92% | - |
| XYZ | 65.25 | 62.93 | 86.55 | - |
| YUV | 210.44 | 141.29 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 201 | 234 | 0.06 | 0.14 | 0 | 0.08 | 274.55 | 0.44 | 0.85 |
| Hex | DC | C9 | EA | 6 | E | 0 | 8 | 113 | 2C | 55 |
| Octal | 334 | 311 | 352 | 6 | 16 | 0 | 10 | 423 | 54 | 125 |
| Binary | 11011100 | 11001001 | 11101010 | 110 | 1110 | 0 | 1000 | 100010011 | 101100 | 1010101 |
Color Harmonies of #DCC9EA
Complementary color
Monochromatic Colors of #DCC9EA
Black with #DCC9EA
Text Example
Text Example
White with #DCC9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC9EA; }
p { color: rgb(220,201,234); }
H1.HeaderClassName
{
color: #DCC9EA;
}
.AnyTagClassName
{
color: #DCC9EA;
}
</style>
background-color css
<style>
a { background-color: #DCC9EA; }
a { background-color: rgb(220,201,234); }
div.DivClassName
{
background-color: #DCC9EA;
}
.BgClassName
{
background-color: #DCC9EA;
}
</style>
border-color css
<style>
span { border-color: #DCC9EA; }
span { border-color: rgb(220,201,234); }
td.TdClassName
{
border-color: #DCC9EA;
}
.TagClassName
{
border-color: #DCC9EA;
}
</style>