Shades of Fog #D4CBE7
Tints of Fog #D4CBE7
RGB
CMYK
RGB Variations
Color information
#D4CBE7 (or 0xD4CBE7) is known color: Fog. HEX triplet: D4, CB and E7. RGB value is (212,203,231). Sum of RGB (Red+Green+Blue) = 212+203+231=646 (85% of max value = 765). Red value is 212 (83.20% from 255 or 32.82% from 646); Green value is 203 (79.69% from 255 or 31.42% from 646); Blue value is 231 (90.62% from 255 or 35.76% from 646); Max value from RGB is 231 - color contains mainly: blue. Hex color #D4CBE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4CBE7 is #2B3418. Grayscale: #D0D0D0. Windows color (decimal): -2831385 or 15190996. OLE color: 15190996.
HSL color Cylindrical-coordinate representation of color #D4CBE7: hue angle of 259.29º degrees, saturation: 0.37, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D4CBE7 is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 212 | 203 | 231 | - |
| CMYK | 0.08 | 0.12 | 0 | 0.09 |
| HSL | 259.29º | 0.37% | 0.85% | - |
| HSV(B) | 259.29º | 0.12% | 0.91% | - |
| XYZ | 62.93 | 62.48 | 84.34 | - |
| YUV | 208.88 | 140.48 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 203 | 231 | 0.08 | 0.12 | 0 | 0.09 | 259.29 | 0.37 | 0.85 |
| Hex | D4 | CB | E7 | 8 | C | 0 | 9 | 103 | 25 | 55 |
| Octal | 324 | 313 | 347 | 10 | 14 | 0 | 11 | 403 | 45 | 125 |
| Binary | 11010100 | 11001011 | 11100111 | 1000 | 1100 | 0 | 1001 | 100000011 | 100101 | 1010101 |
Color Harmonies of #D4CBE7
Complementary color
Monochromatic Colors of #D4CBE7
Black with #D4CBE7
Text Example
Text Example
White with #D4CBE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CBE7; }
p { color: rgb(212,203,231); }
H1.HeaderClassName
{
color: #D4CBE7;
}
.AnyTagClassName
{
color: #D4CBE7;
}
</style>
background-color css
<style>
a { background-color: #D4CBE7; }
a { background-color: rgb(212,203,231); }
div.DivClassName
{
background-color: #D4CBE7;
}
.BgClassName
{
background-color: #D4CBE7;
}
</style>
border-color css
<style>
span { border-color: #D4CBE7; }
span { border-color: rgb(212,203,231); }
td.TdClassName
{
border-color: #D4CBE7;
}
.TagClassName
{
border-color: #D4CBE7;
}
</style>