Shades of Fog #D3CBE0
Tints of Fog #D3CBE0
RGB
CMYK
RGB Variations
Color information
#D3CBE0 (or 0xD3CBE0) is known color: Fog. HEX triplet: D3, CB and E0. RGB value is (211,203,224). Sum of RGB (Red+Green+Blue) = 211+203+224=638 (84% of max value = 765). Red value is 211 (82.81% from 255 or 33.07% from 638); Green value is 203 (79.69% from 255 or 31.82% from 638); Blue value is 224 (87.89% from 255 or 35.11% from 638); Max value from RGB is 224 - color contains mainly: blue. Hex color #D3CBE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3CBE0 is #2C341F. Grayscale: #CFCFCF. Windows color (decimal): -2896928 or 14732243. OLE color: 14732243.
HSL color Cylindrical-coordinate representation of color #D3CBE0: hue angle of 262.86º degrees, saturation: 0.25, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D3CBE0 is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 211 | 203 | 224 | - |
| CMYK | 0.06 | 0.09 | 0 | 0.12 |
| HSL | 262.86º | 0.25% | 0.84% | - |
| HSV(B) | 262.86º | 0.09% | 0.88% | - |
| XYZ | 61.67 | 61.94 | 79.23 | - |
| YUV | 207.79 | 137.15 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 203 | 224 | 0.06 | 0.09 | 0 | 0.12 | 262.86 | 0.25 | 0.84 |
| Hex | D3 | CB | E0 | 6 | 9 | 0 | C | 107 | 19 | 54 |
| Octal | 323 | 313 | 340 | 6 | 11 | 0 | 14 | 407 | 31 | 124 |
| Binary | 11010011 | 11001011 | 11100000 | 110 | 1001 | 0 | 1100 | 100000111 | 11001 | 1010100 |
Color Harmonies of #D3CBE0
Complementary color
Monochromatic Colors of #D3CBE0
Black with #D3CBE0
Text Example
Text Example
White with #D3CBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CBE0; }
p { color: rgb(211,203,224); }
H1.HeaderClassName
{
color: #D3CBE0;
}
.AnyTagClassName
{
color: #D3CBE0;
}
</style>
background-color css
<style>
a { background-color: #D3CBE0; }
a { background-color: rgb(211,203,224); }
div.DivClassName
{
background-color: #D3CBE0;
}
.BgClassName
{
background-color: #D3CBE0;
}
</style>
border-color css
<style>
span { border-color: #D3CBE0; }
span { border-color: rgb(211,203,224); }
td.TdClassName
{
border-color: #D3CBE0;
}
.TagClassName
{
border-color: #D3CBE0;
}
</style>