Shades of Fog #D4CBE6
Tints of Fog #D4CBE6
RGB
CMYK
RGB Variations
Color information
#D4CBE6 (or 0xD4CBE6) is known color: Fog. HEX triplet: D4, CB and E6. RGB value is (212,203,230). Sum of RGB (Red+Green+Blue) = 212+203+230=645 (85% of max value = 765). Red value is 212 (83.20% from 255 or 32.87% from 645); Green value is 203 (79.69% from 255 or 31.47% from 645); Blue value is 230 (90.23% from 255 or 35.66% from 645); Max value from RGB is 230 - color contains mainly: blue. Hex color #D4CBE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4CBE6 is #2B3419. Grayscale: #D0D0D0. Windows color (decimal): -2831386 or 15125460. OLE color: 15125460.
HSL color Cylindrical-coordinate representation of color #D4CBE6: hue angle of 260º degrees, saturation: 0.35, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D4CBE6 is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 212 | 203 | 230 | - |
| CMYK | 0.08 | 0.12 | 0 | 0.10 |
| HSL | 260º | 0.35% | 0.85% | - |
| HSV(B) | 260º | 0.12% | 0.9% | - |
| XYZ | 62.79 | 62.42 | 83.6 | - |
| YUV | 208.77 | 139.98 | 130.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 203 | 230 | 0.08 | 0.12 | 0 | 0.10 | 260 | 0.35 | 0.85 |
| Hex | D4 | CB | E6 | 8 | C | 0 | A | 104 | 23 | 55 |
| Octal | 324 | 313 | 346 | 10 | 14 | 0 | 12 | 404 | 43 | 125 |
| Binary | 11010100 | 11001011 | 11100110 | 1000 | 1100 | 0 | 1010 | 100000100 | 100011 | 1010101 |
Color Harmonies of #D4CBE6
Complementary color
Monochromatic Colors of #D4CBE6
Black with #D4CBE6
Text Example
Text Example
White with #D4CBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CBE6; }
p { color: rgb(212,203,230); }
H1.HeaderClassName
{
color: #D4CBE6;
}
.AnyTagClassName
{
color: #D4CBE6;
}
</style>
background-color css
<style>
a { background-color: #D4CBE6; }
a { background-color: rgb(212,203,230); }
div.DivClassName
{
background-color: #D4CBE6;
}
.BgClassName
{
background-color: #D4CBE6;
}
</style>
border-color css
<style>
span { border-color: #D4CBE6; }
span { border-color: rgb(212,203,230); }
td.TdClassName
{
border-color: #D4CBE6;
}
.TagClassName
{
border-color: #D4CBE6;
}
</style>