Shades of Fog #D3CBE5
Tints of Fog #D3CBE5
RGB
CMYK
RGB Variations
Color information
#D3CBE5 (or 0xD3CBE5) is known color: Fog. HEX triplet: D3, CB and E5. RGB value is (211,203,229). Sum of RGB (Red+Green+Blue) = 211+203+229=643 (85% of max value = 765). Red value is 211 (82.81% from 255 or 32.81% from 643); Green value is 203 (79.69% from 255 or 31.57% from 643); Blue value is 229 (89.84% from 255 or 35.61% from 643); Max value from RGB is 229 - color contains mainly: blue. Hex color #D3CBE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3CBE5 is #2C341A. Grayscale: #D0D0D0. Windows color (decimal): -2896923 or 15059923. OLE color: 15059923.
HSL color Cylindrical-coordinate representation of color #D3CBE5: hue angle of 258.46º degrees, saturation: 0.33, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D3CBE5 is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 211 | 203 | 229 | - |
| CMYK | 0.08 | 0.11 | 0 | 0.10 |
| HSL | 258.46º | 0.33% | 0.85% | - |
| HSV(B) | 258.46º | 0.11% | 0.9% | - |
| XYZ | 62.36 | 62.22 | 82.85 | - |
| YUV | 208.36 | 139.65 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 203 | 229 | 0.08 | 0.11 | 0 | 0.10 | 258.46 | 0.33 | 0.85 |
| Hex | D3 | CB | E5 | 8 | B | 0 | A | 102 | 21 | 55 |
| Octal | 323 | 313 | 345 | 10 | 13 | 0 | 12 | 402 | 41 | 125 |
| Binary | 11010011 | 11001011 | 11100101 | 1000 | 1011 | 0 | 1010 | 100000010 | 100001 | 1010101 |
Color Harmonies of #D3CBE5
Complementary color
Monochromatic Colors of #D3CBE5
Black with #D3CBE5
Text Example
Text Example
White with #D3CBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CBE5; }
p { color: rgb(211,203,229); }
H1.HeaderClassName
{
color: #D3CBE5;
}
.AnyTagClassName
{
color: #D3CBE5;
}
</style>
background-color css
<style>
a { background-color: #D3CBE5; }
a { background-color: rgb(211,203,229); }
div.DivClassName
{
background-color: #D3CBE5;
}
.BgClassName
{
background-color: #D3CBE5;
}
</style>
border-color css
<style>
span { border-color: #D3CBE5; }
span { border-color: rgb(211,203,229); }
td.TdClassName
{
border-color: #D3CBE5;
}
.TagClassName
{
border-color: #D3CBE5;
}
</style>