Shades of Fog #D4CFDB
Tints of Fog #D4CFDB
RGB
CMYK
RGB Variations
Color information
#D4CFDB (or 0xD4CFDB) is known color: Fog. HEX triplet: D4, CF and DB. RGB value is (212,207,219). Sum of RGB (Red+Green+Blue) = 212+207+219=638 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.23% from 638); Green value is 207 (81.25% from 255 or 32.45% from 638); Blue value is 219 (85.94% from 255 or 34.33% from 638); Max value from RGB is 219 - color contains mainly: blue. Hex color #D4CFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CFDB is #2B3024. Grayscale: #D1D1D1. Windows color (decimal): -2830373 or 14405588. OLE color: 14405588.
HSL color Cylindrical-coordinate representation of color #D4CFDB: hue angle of 265º degrees, saturation: 0.14, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D4CFDB is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 212 | 207 | 219 | - |
CMYK | 0.03 | 0.05 | 0 | 0.14 |
HSL | 265º | 0.14% | 0.84% | - |
HSV(B) | 265º | 0.05% | 0.86% | - |
XYZ | 62.25 | 63.74 | 76.04 | - |
YUV | 209.86 | 133.16 | 129.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 207 | 219 | 0.03 | 0.05 | 0 | 0.14 | 265 | 0.14 | 0.84 |
Hex | D4 | CF | DB | 3 | 5 | 0 | E | 109 | E | 54 |
Octal | 324 | 317 | 333 | 3 | 5 | 0 | 16 | 411 | 16 | 124 |
Binary | 11010100 | 11001111 | 11011011 | 11 | 101 | 0 | 1110 | 100001001 | 1110 | 1010100 |
Color Harmonies of #D4CFDB
Complementary color
Monochromatic Colors of #D4CFDB
Black with #D4CFDB
Text Example
Text Example
White with #D4CFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CFDB; }
p { color: rgb(212,207,219); }
H1.HeaderClassName
{
color: #D4CFDB;
}
.AnyTagClassName
{
color: #D4CFDB;
}
</style>
background-color css
<style>
a { background-color: #D4CFDB; }
a { background-color: rgb(212,207,219); }
div.DivClassName
{
background-color: #D4CFDB;
}
.BgClassName
{
background-color: #D4CFDB;
}
</style>
border-color css
<style>
span { border-color: #D4CFDB; }
span { border-color: rgb(212,207,219); }
td.TdClassName
{
border-color: #D4CFDB;
}
.TagClassName
{
border-color: #D4CFDB;
}
</style>