Shades of Fog #D9CCEA
Tints of Fog #D9CCEA
RGB
CMYK
RGB Variations
Color information
#D9CCEA (or 0xD9CCEA) is known color: Fog. HEX triplet: D9, CC and EA. RGB value is (217,204,234). Sum of RGB (Red+Green+Blue) = 217+204+234=655 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.13% from 655); Green value is 204 (80.08% from 255 or 31.15% 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 #D9CCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9CCEA is #263315. Grayscale: #D3D3D3. Windows color (decimal): -2503446 or 15387865. OLE color: 15387865.
HSL color Cylindrical-coordinate representation of color #D9CCEA: hue angle of 266º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D9CCEA is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 217 | 204 | 234 | - |
| CMYK | 0.07 | 0.13 | 0 | 0.08 |
| HSL | 266º | 0.42% | 0.86% | - |
| HSV(B) | 266º | 0.13% | 0.92% | - |
| XYZ | 65.06 | 63.88 | 86.74 | - |
| YUV | 211.31 | 140.81 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 204 | 234 | 0.07 | 0.13 | 0 | 0.08 | 266 | 0.42 | 0.86 |
| Hex | D9 | CC | EA | 7 | D | 0 | 8 | 10A | 2A | 56 |
| Octal | 331 | 314 | 352 | 7 | 15 | 0 | 10 | 412 | 52 | 126 |
| Binary | 11011001 | 11001100 | 11101010 | 111 | 1101 | 0 | 1000 | 100001010 | 101010 | 1010110 |
Color Harmonies of #D9CCEA
Complementary color
Monochromatic Colors of #D9CCEA
Black with #D9CCEA
Text Example
Text Example
White with #D9CCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CCEA; }
p { color: rgb(217,204,234); }
H1.HeaderClassName
{
color: #D9CCEA;
}
.AnyTagClassName
{
color: #D9CCEA;
}
</style>
background-color css
<style>
a { background-color: #D9CCEA; }
a { background-color: rgb(217,204,234); }
div.DivClassName
{
background-color: #D9CCEA;
}
.BgClassName
{
background-color: #D9CCEA;
}
</style>
border-color css
<style>
span { border-color: #D9CCEA; }
span { border-color: rgb(217,204,234); }
td.TdClassName
{
border-color: #D9CCEA;
}
.TagClassName
{
border-color: #D9CCEA;
}
</style>