Shades of Fog #D4CBEE
Tints of Fog #D4CBEE
RGB
CMYK
RGB Variations
Color information
#D4CBEE (or 0xD4CBEE) is known color: Fog. HEX triplet: D4, CB and EE. RGB value is (212,203,238). Sum of RGB (Red+Green+Blue) = 212+203+238=653 (86% of max value = 765). Red value is 212 (83.20% from 255 or 32.47% from 653); Green value is 203 (79.69% from 255 or 31.09% from 653); Blue value is 238 (93.36% from 255 or 36.45% from 653); Max value from RGB is 238 - color contains mainly: blue. Hex color #D4CBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4CBEE is #2B3411. Grayscale: #D1D1D1. Windows color (decimal): -2831378 or 15649748. OLE color: 15649748.
HSL color Cylindrical-coordinate representation of color #D4CBEE: hue angle of 255.43º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D4CBEE is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 203 | 238 | - |
| CMYK | 0.11 | 0.15 | 0 | 0.07 |
| HSL | 255.43º | 0.51% | 0.86% | - |
| HSV(B) | 255.43º | 0.15% | 0.93% | - |
| XYZ | 63.94 | 62.88 | 89.66 | - |
| YUV | 209.68 | 143.98 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 203 | 238 | 0.11 | 0.15 | 0 | 0.07 | 255.43 | 0.51 | 0.86 |
| Hex | D4 | CB | EE | B | F | 0 | 7 | FF | 33 | 56 |
| Octal | 324 | 313 | 356 | 13 | 17 | 0 | 7 | 377 | 63 | 126 |
| Binary | 11010100 | 11001011 | 11101110 | 1011 | 1111 | 0 | 111 | 11111111 | 110011 | 1010110 |
Color Harmonies of #D4CBEE
Complementary color
Monochromatic Colors of #D4CBEE
Black with #D4CBEE
Text Example
Text Example
White with #D4CBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CBEE; }
p { color: rgb(212,203,238); }
H1.HeaderClassName
{
color: #D4CBEE;
}
.AnyTagClassName
{
color: #D4CBEE;
}
</style>
background-color css
<style>
a { background-color: #D4CBEE; }
a { background-color: rgb(212,203,238); }
div.DivClassName
{
background-color: #D4CBEE;
}
.BgClassName
{
background-color: #D4CBEE;
}
</style>
border-color css
<style>
span { border-color: #D4CBEE; }
span { border-color: rgb(212,203,238); }
td.TdClassName
{
border-color: #D4CBEE;
}
.TagClassName
{
border-color: #D4CBEE;
}
</style>