Shades of Fog #D4CBF2
Tints of Fog #D4CBF2
RGB
CMYK
RGB Variations
Color information
#D4CBF2 (or 0xD4CBF2) is known color: Fog. HEX triplet: D4, CB and F2. RGB value is (212,203,242). Sum of RGB (Red+Green+Blue) = 212+203+242=657 (87% of max value = 765). Red value is 212 (83.20% from 255 or 32.27% from 657); Green value is 203 (79.69% from 255 or 30.90% from 657); Blue value is 242 (94.92% from 255 or 36.83% from 657); Max value from RGB is 242 - color contains mainly: blue. Hex color #D4CBF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4CBF2 is #2B340D. Grayscale: #D1D1D1. Windows color (decimal): -2831374 or 15911892. OLE color: 15911892.
HSL color Cylindrical-coordinate representation of color #D4CBF2: hue angle of 253.85º degrees, saturation: 0.6, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D4CBF2 is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 203 | 242 | - |
| CMYK | 0.12 | 0.16 | 0 | 0.05 |
| HSL | 253.85º | 0.6% | 0.87% | - |
| HSV(B) | 253.85º | 0.16% | 0.95% | - |
| XYZ | 64.53 | 63.12 | 92.79 | - |
| YUV | 210.14 | 145.98 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 203 | 242 | 0.12 | 0.16 | 0 | 0.05 | 253.85 | 0.6 | 0.87 |
| Hex | D4 | CB | F2 | C | 10 | 0 | 5 | FE | 3C | 57 |
| Octal | 324 | 313 | 362 | 14 | 20 | 0 | 5 | 376 | 74 | 127 |
| Binary | 11010100 | 11001011 | 11110010 | 1100 | 10000 | 0 | 101 | 11111110 | 111100 | 1010111 |
Color Harmonies of #D4CBF2
Complementary color
Monochromatic Colors of #D4CBF2
Black with #D4CBF2
Text Example
Text Example
White with #D4CBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CBF2; }
p { color: rgb(212,203,242); }
H1.HeaderClassName
{
color: #D4CBF2;
}
.AnyTagClassName
{
color: #D4CBF2;
}
</style>
background-color css
<style>
a { background-color: #D4CBF2; }
a { background-color: rgb(212,203,242); }
div.DivClassName
{
background-color: #D4CBF2;
}
.BgClassName
{
background-color: #D4CBF2;
}
</style>
border-color css
<style>
span { border-color: #D4CBF2; }
span { border-color: rgb(212,203,242); }
td.TdClassName
{
border-color: #D4CBF2;
}
.TagClassName
{
border-color: #D4CBF2;
}
</style>