Shades of Fog #D3CBE6
Tints of Fog #D3CBE6
RGB
CMYK
RGB Variations
Color information
#D3CBE6 (or 0xD3CBE6) is known color: Fog. HEX triplet: D3, CB and E6. RGB value is (211,203,230). Sum of RGB (Red+Green+Blue) = 211+203+230=644 (85% of max value = 765). Red value is 211 (82.81% from 255 or 32.76% from 644); Green value is 203 (79.69% from 255 or 31.52% from 644); Blue value is 230 (90.23% from 255 or 35.71% from 644); Max value from RGB is 230 - color contains mainly: blue. Hex color #D3CBE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3CBE6 is #2C3419. Grayscale: #D0D0D0. Windows color (decimal): -2896922 or 15125459. OLE color: 15125459.
HSL color Cylindrical-coordinate representation of color #D3CBE6: hue angle of 257.78º degrees, saturation: 0.35, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D3CBE6 is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 211 | 203 | 230 | - |
| CMYK | 0.08 | 0.12 | 0 | 0.10 |
| HSL | 257.78º | 0.35% | 0.85% | - |
| HSV(B) | 257.78º | 0.12% | 0.9% | - |
| XYZ | 62.5 | 62.27 | 83.59 | - |
| YUV | 208.47 | 140.15 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 203 | 230 | 0.08 | 0.12 | 0 | 0.10 | 257.78 | 0.35 | 0.85 |
| Hex | D3 | CB | E6 | 8 | C | 0 | A | 102 | 23 | 55 |
| Octal | 323 | 313 | 346 | 10 | 14 | 0 | 12 | 402 | 43 | 125 |
| Binary | 11010011 | 11001011 | 11100110 | 1000 | 1100 | 0 | 1010 | 100000010 | 100011 | 1010101 |
Color Harmonies of #D3CBE6
Complementary color
Monochromatic Colors of #D3CBE6
Black with #D3CBE6
Text Example
Text Example
White with #D3CBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CBE6; }
p { color: rgb(211,203,230); }
H1.HeaderClassName
{
color: #D3CBE6;
}
.AnyTagClassName
{
color: #D3CBE6;
}
</style>
background-color css
<style>
a { background-color: #D3CBE6; }
a { background-color: rgb(211,203,230); }
div.DivClassName
{
background-color: #D3CBE6;
}
.BgClassName
{
background-color: #D3CBE6;
}
</style>
border-color css
<style>
span { border-color: #D3CBE6; }
span { border-color: rgb(211,203,230); }
td.TdClassName
{
border-color: #D3CBE6;
}
.TagClassName
{
border-color: #D3CBE6;
}
</style>