Shades of Fog #D4CBDF
Tints of Fog #D4CBDF
RGB
CMYK
RGB Variations
Color information
#D4CBDF (or 0xD4CBDF) is known color: Fog. HEX triplet: D4, CB and DF. RGB value is (212,203,223). Sum of RGB (Red+Green+Blue) = 212+203+223=638 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.23% from 638); Green value is 203 (79.69% from 255 or 31.82% from 638); Blue value is 223 (87.5% from 255 or 34.95% from 638); Max value from RGB is 223 - color contains mainly: blue. Hex color #D4CBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CBDF is #2B3420. Grayscale: #CFCFCF. Windows color (decimal): -2831393 or 14666708. OLE color: 14666708.
HSL color Cylindrical-coordinate representation of color #D4CBDF: hue angle of 267º degrees, saturation: 0.24, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D4CBDF is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 203 | 223 | - |
| CMYK | 0.05 | 0.09 | 0 | 0.13 |
| HSL | 267º | 0.24% | 0.84% | - |
| HSV(B) | 267º | 0.09% | 0.87% | - |
| XYZ | 61.83 | 62.04 | 78.53 | - |
| YUV | 207.97 | 136.48 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 203 | 223 | 0.05 | 0.09 | 0 | 0.13 | 267 | 0.24 | 0.84 |
| Hex | D4 | CB | DF | 5 | 9 | 0 | D | 10B | 18 | 54 |
| Octal | 324 | 313 | 337 | 5 | 11 | 0 | 15 | 413 | 30 | 124 |
| Binary | 11010100 | 11001011 | 11011111 | 101 | 1001 | 0 | 1101 | 100001011 | 11000 | 1010100 |
Color Harmonies of #D4CBDF
Complementary color
Monochromatic Colors of #D4CBDF
Black with #D4CBDF
Text Example
Text Example
White with #D4CBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CBDF; }
p { color: rgb(212,203,223); }
H1.HeaderClassName
{
color: #D4CBDF;
}
.AnyTagClassName
{
color: #D4CBDF;
}
</style>
background-color css
<style>
a { background-color: #D4CBDF; }
a { background-color: rgb(212,203,223); }
div.DivClassName
{
background-color: #D4CBDF;
}
.BgClassName
{
background-color: #D4CBDF;
}
</style>
border-color css
<style>
span { border-color: #D4CBDF; }
span { border-color: rgb(212,203,223); }
td.TdClassName
{
border-color: #D4CBDF;
}
.TagClassName
{
border-color: #D4CBDF;
}
</style>