Shades of Fog #D3CBE7
Tints of Fog #D3CBE7
RGB
CMYK
RGB Variations
Color information
#D3CBE7 (or 0xD3CBE7) is known color: Fog. HEX triplet: D3, CB and E7. RGB value is (211,203,231). Sum of RGB (Red+Green+Blue) = 211+203+231=645 (85% of max value = 765). Red value is 211 (82.81% from 255 or 32.71% from 645); Green value is 203 (79.69% from 255 or 31.47% from 645); Blue value is 231 (90.62% from 255 or 35.81% from 645); Max value from RGB is 231 - color contains mainly: blue. Hex color #D3CBE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3CBE7 is #2C3418. Grayscale: #D0D0D0. Windows color (decimal): -2896921 or 15190995. OLE color: 15190995.
HSL color Cylindrical-coordinate representation of color #D3CBE7: hue angle of 257.14º degrees, saturation: 0.37, 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 #D3CBE7 is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 211 | 203 | 231 | - |
| CMYK | 0.09 | 0.12 | 0 | 0.09 |
| HSL | 257.14º | 0.37% | 0.85% | - |
| HSV(B) | 257.14º | 0.12% | 0.91% | - |
| XYZ | 62.64 | 62.33 | 84.33 | - |
| YUV | 208.58 | 140.65 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 203 | 231 | 0.09 | 0.12 | 0 | 0.09 | 257.14 | 0.37 | 0.85 |
| Hex | D3 | CB | E7 | 9 | C | 0 | 9 | 101 | 25 | 55 |
| Octal | 323 | 313 | 347 | 11 | 14 | 0 | 11 | 401 | 45 | 125 |
| Binary | 11010011 | 11001011 | 11100111 | 1001 | 1100 | 0 | 1001 | 100000001 | 100101 | 1010101 |
Color Harmonies of #D3CBE7
Complementary color
Monochromatic Colors of #D3CBE7
Black with #D3CBE7
Text Example
Text Example
White with #D3CBE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CBE7; }
p { color: rgb(211,203,231); }
H1.HeaderClassName
{
color: #D3CBE7;
}
.AnyTagClassName
{
color: #D3CBE7;
}
</style>
background-color css
<style>
a { background-color: #D3CBE7; }
a { background-color: rgb(211,203,231); }
div.DivClassName
{
background-color: #D3CBE7;
}
.BgClassName
{
background-color: #D3CBE7;
}
</style>
border-color css
<style>
span { border-color: #D3CBE7; }
span { border-color: rgb(211,203,231); }
td.TdClassName
{
border-color: #D3CBE7;
}
.TagClassName
{
border-color: #D3CBE7;
}
</style>