Shades of Fog #D4CBEF
Tints of Fog #D4CBEF
RGB
CMYK
RGB Variations
Color information
#D4CBEF (or 0xD4CBEF) is known color: Fog. HEX triplet: D4, CB and EF. RGB value is (212,203,239). Sum of RGB (Red+Green+Blue) = 212+203+239=654 (86% of max value = 765). Red value is 212 (83.20% from 255 or 32.42% from 654); Green value is 203 (79.69% from 255 or 31.04% from 654); Blue value is 239 (93.75% from 255 or 36.54% from 654); Max value from RGB is 239 - color contains mainly: blue. Hex color #D4CBEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4CBEF is #2B3410. Grayscale: #D1D1D1. Windows color (decimal): -2831377 or 15715284. OLE color: 15715284.
HSL color Cylindrical-coordinate representation of color #D4CBEF: hue angle of 255º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D4CBEF is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 212 | 203 | 239 | - |
| CMYK | 0.11 | 0.15 | 0 | 0.06 |
| HSL | 255º | 0.53% | 0.87% | - |
| HSV(B) | 255º | 0.15% | 0.94% | - |
| XYZ | 64.09 | 62.94 | 90.43 | - |
| YUV | 209.8 | 144.48 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 203 | 239 | 0.11 | 0.15 | 0 | 0.06 | 255 | 0.53 | 0.87 |
| Hex | D4 | CB | EF | B | F | 0 | 6 | FF | 35 | 57 |
| Octal | 324 | 313 | 357 | 13 | 17 | 0 | 6 | 377 | 65 | 127 |
| Binary | 11010100 | 11001011 | 11101111 | 1011 | 1111 | 0 | 110 | 11111111 | 110101 | 1010111 |
Color Harmonies of #D4CBEF
Complementary color
Monochromatic Colors of #D4CBEF
Black with #D4CBEF
Text Example
Text Example
White with #D4CBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CBEF; }
p { color: rgb(212,203,239); }
H1.HeaderClassName
{
color: #D4CBEF;
}
.AnyTagClassName
{
color: #D4CBEF;
}
</style>
background-color css
<style>
a { background-color: #D4CBEF; }
a { background-color: rgb(212,203,239); }
div.DivClassName
{
background-color: #D4CBEF;
}
.BgClassName
{
background-color: #D4CBEF;
}
</style>
border-color css
<style>
span { border-color: #D4CBEF; }
span { border-color: rgb(212,203,239); }
td.TdClassName
{
border-color: #D4CBEF;
}
.TagClassName
{
border-color: #D4CBEF;
}
</style>