Shades of Fog #D4CBEB
Tints of Fog #D4CBEB
RGB
CMYK
RGB Variations
Color information
#D4CBEB (or 0xD4CBEB) is known color: Fog. HEX triplet: D4, CB and EB. RGB value is (212,203,235). Sum of RGB (Red+Green+Blue) = 212+203+235=650 (86% of max value = 765). Red value is 212 (83.20% from 255 or 32.62% from 650); Green value is 203 (79.69% from 255 or 31.23% 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 #D4CBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4CBEB is #2B3414. Grayscale: #D1D1D1. Windows color (decimal): -2831381 or 15453140. OLE color: 15453140.
HSL color Cylindrical-coordinate representation of color #D4CBEB: hue angle of 256.88º 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 #D4CBEB is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 212 | 203 | 235 | - |
| CMYK | 0.10 | 0.14 | 0 | 0.08 |
| HSL | 256.88º | 0.44% | 0.86% | - |
| HSV(B) | 256.88º | 0.14% | 0.92% | - |
| XYZ | 63.5 | 62.71 | 87.35 | - |
| YUV | 209.34 | 142.48 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 203 | 235 | 0.10 | 0.14 | 0 | 0.08 | 256.88 | 0.44 | 0.86 |
| Hex | D4 | CB | EB | A | E | 0 | 8 | 101 | 2C | 56 |
| Octal | 324 | 313 | 353 | 12 | 16 | 0 | 10 | 401 | 54 | 126 |
| Binary | 11010100 | 11001011 | 11101011 | 1010 | 1110 | 0 | 1000 | 100000001 | 101100 | 1010110 |
Color Harmonies of #D4CBEB
Complementary color
Monochromatic Colors of #D4CBEB
Black with #D4CBEB
Text Example
Text Example
White with #D4CBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CBEB; }
p { color: rgb(212,203,235); }
H1.HeaderClassName
{
color: #D4CBEB;
}
.AnyTagClassName
{
color: #D4CBEB;
}
</style>
background-color css
<style>
a { background-color: #D4CBEB; }
a { background-color: rgb(212,203,235); }
div.DivClassName
{
background-color: #D4CBEB;
}
.BgClassName
{
background-color: #D4CBEB;
}
</style>
border-color css
<style>
span { border-color: #D4CBEB; }
span { border-color: rgb(212,203,235); }
td.TdClassName
{
border-color: #D4CBEB;
}
.TagClassName
{
border-color: #D4CBEB;
}
</style>