Shades of Fog #D5CCE9
Tints of Fog #D5CCE9
RGB
CMYK
RGB Variations
Color information
#D5CCE9 (or 0xD5CCE9) is known color: Fog. HEX triplet: D5, CC and E9. RGB value is (213,204,233). Sum of RGB (Red+Green+Blue) = 213+204+233=650 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.77% from 650); Green value is 204 (80.08% from 255 or 31.38% from 650); Blue value is 233 (91.41% from 255 or 35.85% from 650); Max value from RGB is 233 - color contains mainly: blue. Hex color #D5CCE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CCE9 is #2A3316. Grayscale: #D1D1D1. Windows color (decimal): -2765591 or 15322325. OLE color: 15322325.
HSL color Cylindrical-coordinate representation of color #D5CCE9: hue angle of 258.62º degrees, saturation: 0.4, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D5CCE9 is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 213 | 204 | 233 | - |
CMYK | 0.09 | 0.12 | 0 | 0.09 |
HSL | 258.62º | 0.4% | 0.86% | - |
HSV(B) | 258.62º | 0.12% | 0.91% | - |
XYZ | 63.74 | 63.22 | 85.93 | - |
YUV | 210 | 140.98 | 130.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 204 | 233 | 0.09 | 0.12 | 0 | 0.09 | 258.62 | 0.4 | 0.86 |
Hex | D5 | CC | E9 | 9 | C | 0 | 9 | 103 | 28 | 56 |
Octal | 325 | 314 | 351 | 11 | 14 | 0 | 11 | 403 | 50 | 126 |
Binary | 11010101 | 11001100 | 11101001 | 1001 | 1100 | 0 | 1001 | 100000011 | 101000 | 1010110 |
Color Harmonies of #D5CCE9
Complementary color
Monochromatic Colors of #D5CCE9
Black with #D5CCE9
Text Example
Text Example
White with #D5CCE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CCE9; }
p { color: rgb(213,204,233); }
H1.HeaderClassName
{
color: #D5CCE9;
}
.AnyTagClassName
{
color: #D5CCE9;
}
</style>
background-color css
<style>
a { background-color: #D5CCE9; }
a { background-color: rgb(213,204,233); }
div.DivClassName
{
background-color: #D5CCE9;
}
.BgClassName
{
background-color: #D5CCE9;
}
</style>
border-color css
<style>
span { border-color: #D5CCE9; }
span { border-color: rgb(213,204,233); }
td.TdClassName
{
border-color: #D5CCE9;
}
.TagClassName
{
border-color: #D5CCE9;
}
</style>