Shades of Fog #D3CBEB
Tints of Fog #D3CBEB
RGB
CMYK
RGB Variations
Color information
#D3CBEB (or 0xD3CBEB) is known color: Fog. HEX triplet: D3, CB and EB. RGB value is (211,203,235). Sum of RGB (Red+Green+Blue) = 211+203+235=649 (85% of max value = 765). Red value is 211 (82.81% from 255 or 32.51% from 649); Green value is 203 (79.69% from 255 or 31.28% from 649); Blue value is 235 (92.19% from 255 or 36.21% from 649); Max value from RGB is 235 - color contains mainly: blue. Hex color #D3CBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3CBEB is #2C3414. Grayscale: #D0D0D0. Windows color (decimal): -2896917 or 15453139. OLE color: 15453139.
HSL color Cylindrical-coordinate representation of color #D3CBEB: hue angle of 255º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D3CBEB is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 203 | 235 | - |
| CMYK | 0.10 | 0.14 | 0 | 0.08 |
| HSL | 255º | 0.44% | 0.86% | - |
| HSV(B) | 255º | 0.14% | 0.92% | - |
| XYZ | 63.22 | 62.56 | 87.34 | - |
| YUV | 209.04 | 142.65 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 203 | 235 | 0.10 | 0.14 | 0 | 0.08 | 255 | 0.44 | 0.86 |
| Hex | D3 | CB | EB | A | E | 0 | 8 | FF | 2C | 56 |
| Octal | 323 | 313 | 353 | 12 | 16 | 0 | 10 | 377 | 54 | 126 |
| Binary | 11010011 | 11001011 | 11101011 | 1010 | 1110 | 0 | 1000 | 11111111 | 101100 | 1010110 |
Color Harmonies of #D3CBEB
Complementary color
Monochromatic Colors of #D3CBEB
Black with #D3CBEB
Text Example
Text Example
White with #D3CBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CBEB; }
p { color: rgb(211,203,235); }
H1.HeaderClassName
{
color: #D3CBEB;
}
.AnyTagClassName
{
color: #D3CBEB;
}
</style>
background-color css
<style>
a { background-color: #D3CBEB; }
a { background-color: rgb(211,203,235); }
div.DivClassName
{
background-color: #D3CBEB;
}
.BgClassName
{
background-color: #D3CBEB;
}
</style>
border-color css
<style>
span { border-color: #D3CBEB; }
span { border-color: rgb(211,203,235); }
td.TdClassName
{
border-color: #D3CBEB;
}
.TagClassName
{
border-color: #D3CBEB;
}
</style>