Shades of Fog #D3CCEB
Tints of Fog #D3CCEB
RGB
CMYK
RGB Variations
Color information
#D3CCEB (or 0xD3CCEB) is known color: Fog. HEX triplet: D3, CC and EB. RGB value is (211,204,235). Sum of RGB (Red+Green+Blue) = 211+204+235=650 (86% of max value = 765). Red value is 211 (82.81% from 255 or 32.46% from 650); Green value is 204 (80.08% from 255 or 31.38% from 650); Blue value is 235 (92.19% from 255 or 36.15% from 650); Max value from RGB is 235 - color contains mainly: blue. Hex color #D3CCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3CCEB is #2C3314. Grayscale: #D1D1D1. Windows color (decimal): -2896661 or 15453395. OLE color: 15453395.
HSL color Cylindrical-coordinate representation of color #D3CCEB: hue angle of 253.55º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D3CCEB is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 204 | 235 | - |
| CMYK | 0.10 | 0.13 | 0 | 0.08 |
| HSL | 253.55º | 0.44% | 0.86% | - |
| HSV(B) | 253.55º | 0.13% | 0.92% | - |
| XYZ | 63.45 | 63.03 | 87.42 | - |
| YUV | 209.63 | 142.32 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 204 | 235 | 0.10 | 0.13 | 0 | 0.08 | 253.55 | 0.44 | 0.86 |
| Hex | D3 | CC | EB | A | D | 0 | 8 | FE | 2C | 56 |
| Octal | 323 | 314 | 353 | 12 | 15 | 0 | 10 | 376 | 54 | 126 |
| Binary | 11010011 | 11001100 | 11101011 | 1010 | 1101 | 0 | 1000 | 11111110 | 101100 | 1010110 |
Color Harmonies of #D3CCEB
Complementary color
Monochromatic Colors of #D3CCEB
Black with #D3CCEB
Text Example
Text Example
White with #D3CCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CCEB; }
p { color: rgb(211,204,235); }
H1.HeaderClassName
{
color: #D3CCEB;
}
.AnyTagClassName
{
color: #D3CCEB;
}
</style>
background-color css
<style>
a { background-color: #D3CCEB; }
a { background-color: rgb(211,204,235); }
div.DivClassName
{
background-color: #D3CCEB;
}
.BgClassName
{
background-color: #D3CCEB;
}
</style>
border-color css
<style>
span { border-color: #D3CCEB; }
span { border-color: rgb(211,204,235); }
td.TdClassName
{
border-color: #D3CCEB;
}
.TagClassName
{
border-color: #D3CCEB;
}
</style>