Shades of Fog #D7CBE4
Tints of Fog #D7CBE4
RGB
CMYK
RGB Variations
Color information
#D7CBE4 (or 0xD7CBE4) is known color: Fog. HEX triplet: D7, CB and E4. RGB value is (215,203,228). Sum of RGB (Red+Green+Blue) = 215+203+228=646 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.28% from 646); Green value is 203 (79.69% from 255 or 31.42% from 646); Blue value is 228 (89.45% from 255 or 35.29% from 646); Max value from RGB is 228 - color contains mainly: blue. Hex color #D7CBE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CBE4 is #28341B. Grayscale: #D1D1D1. Windows color (decimal): -2634780 or 14994391. OLE color: 14994391.
HSL color Cylindrical-coordinate representation of color #D7CBE4: hue angle of 268.8º 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 #D7CBE4 is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 215 | 203 | 228 | - |
| CMYK | 0.06 | 0.11 | 0 | 0.11 |
| HSL | 268.8º | 0.32% | 0.85% | - |
| HSV(B) | 268.8º | 0.11% | 0.89% | - |
| XYZ | 63.38 | 62.76 | 82.17 | - |
| YUV | 209.44 | 138.48 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 203 | 228 | 0.06 | 0.11 | 0 | 0.11 | 268.8 | 0.32 | 0.85 |
| Hex | D7 | CB | E4 | 6 | B | 0 | B | 10D | 20 | 55 |
| Octal | 327 | 313 | 344 | 6 | 13 | 0 | 13 | 415 | 40 | 125 |
| Binary | 11010111 | 11001011 | 11100100 | 110 | 1011 | 0 | 1011 | 100001101 | 100000 | 1010101 |
Color Harmonies of #D7CBE4
Complementary color
Monochromatic Colors of #D7CBE4
Black with #D7CBE4
Text Example
Text Example
White with #D7CBE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CBE4; }
p { color: rgb(215,203,228); }
H1.HeaderClassName
{
color: #D7CBE4;
}
.AnyTagClassName
{
color: #D7CBE4;
}
</style>
background-color css
<style>
a { background-color: #D7CBE4; }
a { background-color: rgb(215,203,228); }
div.DivClassName
{
background-color: #D7CBE4;
}
.BgClassName
{
background-color: #D7CBE4;
}
</style>
border-color css
<style>
span { border-color: #D7CBE4; }
span { border-color: rgb(215,203,228); }
td.TdClassName
{
border-color: #D7CBE4;
}
.TagClassName
{
border-color: #D7CBE4;
}
</style>