Shades of Fog #D5CBE8
Tints of Fog #D5CBE8
RGB
CMYK
RGB Variations
Color information
#D5CBE8 (or 0xD5CBE8) is known color: Fog. HEX triplet: D5, CB and E8. RGB value is (213,203,232). Sum of RGB (Red+Green+Blue) = 213+203+232=648 (85% of max value = 765). Red value is 213 (83.59% from 255 or 32.87% from 648); Green value is 203 (79.69% from 255 or 31.33% from 648); Blue value is 232 (91.02% from 255 or 35.80% from 648); Max value from RGB is 232 - color contains mainly: blue. Hex color #D5CBE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CBE8 is #2A3417. Grayscale: #D1D1D1. Windows color (decimal): -2765848 or 15256533. OLE color: 15256533.
HSL color Cylindrical-coordinate representation of color #D5CBE8: hue angle of 260.69º degrees, saturation: 0.39, 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 #D5CBE8 is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 213 | 203 | 232 | - |
| CMYK | 0.08 | 0.12 | 0 | 0.09 |
| HSL | 260.69º | 0.39% | 0.85% | - |
| HSV(B) | 260.69º | 0.13% | 0.91% | - |
| XYZ | 63.36 | 62.68 | 85.1 | - |
| YUV | 209.3 | 140.81 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 203 | 232 | 0.08 | 0.12 | 0 | 0.09 | 260.69 | 0.39 | 0.85 |
| Hex | D5 | CB | E8 | 8 | C | 0 | 9 | 105 | 27 | 55 |
| Octal | 325 | 313 | 350 | 10 | 14 | 0 | 11 | 405 | 47 | 125 |
| Binary | 11010101 | 11001011 | 11101000 | 1000 | 1100 | 0 | 1001 | 100000101 | 100111 | 1010101 |
Color Harmonies of #D5CBE8
Complementary color
Monochromatic Colors of #D5CBE8
Black with #D5CBE8
Text Example
Text Example
White with #D5CBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CBE8; }
p { color: rgb(213,203,232); }
H1.HeaderClassName
{
color: #D5CBE8;
}
.AnyTagClassName
{
color: #D5CBE8;
}
</style>
background-color css
<style>
a { background-color: #D5CBE8; }
a { background-color: rgb(213,203,232); }
div.DivClassName
{
background-color: #D5CBE8;
}
.BgClassName
{
background-color: #D5CBE8;
}
</style>
border-color css
<style>
span { border-color: #D5CBE8; }
span { border-color: rgb(213,203,232); }
td.TdClassName
{
border-color: #D5CBE8;
}
.TagClassName
{
border-color: #D5CBE8;
}
</style>