Shades of Fog #D5CBE4
Tints of Fog #D5CBE4
RGB
CMYK
RGB Variations
Color information
#D5CBE4 (or 0xD5CBE4) is known color: Fog. HEX triplet: D5, CB and E4. RGB value is (213,203,228). Sum of RGB (Red+Green+Blue) = 213+203+228=644 (85% of max value = 765). Red value is 213 (83.59% from 255 or 33.07% from 644); Green value is 203 (79.69% from 255 or 31.52% from 644); Blue value is 228 (89.45% from 255 or 35.40% from 644); Max value from RGB is 228 - color contains mainly: blue. Hex color #D5CBE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CBE4 is #2A341B. Grayscale: #D0D0D0. Windows color (decimal): -2765852 or 14994389. OLE color: 14994389.
HSL color Cylindrical-coordinate representation of color #D5CBE4: hue angle of 264º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D5CBE4 is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 213 | 203 | 228 | - |
| CMYK | 0.07 | 0.11 | 0 | 0.11 |
| HSL | 264º | 0.32% | 0.85% | - |
| HSV(B) | 264º | 0.11% | 0.89% | - |
| XYZ | 62.8 | 62.46 | 82.14 | - |
| YUV | 208.84 | 138.81 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 203 | 228 | 0.07 | 0.11 | 0 | 0.11 | 264 | 0.32 | 0.85 |
| Hex | D5 | CB | E4 | 7 | B | 0 | B | 108 | 20 | 55 |
| Octal | 325 | 313 | 344 | 7 | 13 | 0 | 13 | 410 | 40 | 125 |
| Binary | 11010101 | 11001011 | 11100100 | 111 | 1011 | 0 | 1011 | 100001000 | 100000 | 1010101 |
Color Harmonies of #D5CBE4
Complementary color
Monochromatic Colors of #D5CBE4
Black with #D5CBE4
Text Example
Text Example
White with #D5CBE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CBE4; }
p { color: rgb(213,203,228); }
H1.HeaderClassName
{
color: #D5CBE4;
}
.AnyTagClassName
{
color: #D5CBE4;
}
</style>
background-color css
<style>
a { background-color: #D5CBE4; }
a { background-color: rgb(213,203,228); }
div.DivClassName
{
background-color: #D5CBE4;
}
.BgClassName
{
background-color: #D5CBE4;
}
</style>
border-color css
<style>
span { border-color: #D5CBE4; }
span { border-color: rgb(213,203,228); }
td.TdClassName
{
border-color: #D5CBE4;
}
.TagClassName
{
border-color: #D5CBE4;
}
</style>