Shades of Fog #D5CCE7
Tints of Fog #D5CCE7
RGB
CMYK
RGB Variations
Color information
#D5CCE7 (or 0xD5CCE7) is known color: Fog. HEX triplet: D5, CC and E7. RGB value is (213,204,231). Sum of RGB (Red+Green+Blue) = 213+204+231=648 (85% of max value = 765). Red value is 213 (83.59% from 255 or 32.87% from 648); Green value is 204 (80.08% from 255 or 31.48% from 648); Blue value is 231 (90.62% from 255 or 35.65% from 648); Max value from RGB is 231 - color contains mainly: blue. Hex color #D5CCE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CCE7 is #2A3318. Grayscale: #D1D1D1. Windows color (decimal): -2765593 or 15191253. OLE color: 15191253.
HSL color Cylindrical-coordinate representation of color #D5CCE7: hue angle of 260º degrees, saturation: 0.36, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D5CCE7 is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 213 | 204 | 231 | - |
| CMYK | 0.08 | 0.12 | 0 | 0.09 |
| HSL | 260º | 0.36% | 0.85% | - |
| HSV(B) | 260º | 0.12% | 0.91% | - |
| XYZ | 63.46 | 63.1 | 84.44 | - |
| YUV | 209.77 | 139.98 | 130.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 204 | 231 | 0.08 | 0.12 | 0 | 0.09 | 260 | 0.36 | 0.85 |
| Hex | D5 | CC | E7 | 8 | C | 0 | 9 | 104 | 24 | 55 |
| Octal | 325 | 314 | 347 | 10 | 14 | 0 | 11 | 404 | 44 | 125 |
| Binary | 11010101 | 11001100 | 11100111 | 1000 | 1100 | 0 | 1001 | 100000100 | 100100 | 1010101 |
Color Harmonies of #D5CCE7
Complementary color
Monochromatic Colors of #D5CCE7
Black with #D5CCE7
Text Example
Text Example
White with #D5CCE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CCE7; }
p { color: rgb(213,204,231); }
H1.HeaderClassName
{
color: #D5CCE7;
}
.AnyTagClassName
{
color: #D5CCE7;
}
</style>
background-color css
<style>
a { background-color: #D5CCE7; }
a { background-color: rgb(213,204,231); }
div.DivClassName
{
background-color: #D5CCE7;
}
.BgClassName
{
background-color: #D5CCE7;
}
</style>
border-color css
<style>
span { border-color: #D5CCE7; }
span { border-color: rgb(213,204,231); }
td.TdClassName
{
border-color: #D5CCE7;
}
.TagClassName
{
border-color: #D5CCE7;
}
</style>