Shades of Fog #D4C2DF
Tints of Fog #D4C2DF
RGB
CMYK
RGB Variations
Color information
#D4C2DF (or 0xD4C2DF) is known color: Fog. HEX triplet: D4, C2 and DF. RGB value is (212,194,223). Sum of RGB (Red+Green+Blue) = 212+194+223=629 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.70% from 629); Green value is 194 (76.17% from 255 or 30.84% from 629); Blue value is 223 (87.5% from 255 or 35.45% from 629); Max value from RGB is 223 - color contains mainly: blue. Hex color #D4C2DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4C2DF is #2B3D20. Grayscale: #CACACA. Windows color (decimal): -2833697 or 14664404. OLE color: 14664404.
HSL color Cylindrical-coordinate representation of color #D4C2DF: hue angle of 277.24º degrees, saturation: 0.31, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D4C2DF is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 194 | 223 | - |
| CMYK | 0.05 | 0.13 | 0 | 0.13 |
| HSL | 277.24º | 0.31% | 0.82% | - |
| HSV(B) | 277.24º | 0.13% | 0.87% | - |
| XYZ | 59.76 | 57.91 | 77.84 | - |
| YUV | 202.69 | 139.46 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 194 | 223 | 0.05 | 0.13 | 0 | 0.13 | 277.24 | 0.31 | 0.82 |
| Hex | D4 | C2 | DF | 5 | D | 0 | D | 115 | 1F | 52 |
| Octal | 324 | 302 | 337 | 5 | 15 | 0 | 15 | 425 | 37 | 122 |
| Binary | 11010100 | 11000010 | 11011111 | 101 | 1101 | 0 | 1101 | 100010101 | 11111 | 1010010 |
Color Harmonies of #D4C2DF
Complementary color
Monochromatic Colors of #D4C2DF
Black with #D4C2DF
Text Example
Text Example
White with #D4C2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C2DF; }
p { color: rgb(212,194,223); }
H1.HeaderClassName
{
color: #D4C2DF;
}
.AnyTagClassName
{
color: #D4C2DF;
}
</style>
background-color css
<style>
a { background-color: #D4C2DF; }
a { background-color: rgb(212,194,223); }
div.DivClassName
{
background-color: #D4C2DF;
}
.BgClassName
{
background-color: #D4C2DF;
}
</style>
border-color css
<style>
span { border-color: #D4C2DF; }
span { border-color: rgb(212,194,223); }
td.TdClassName
{
border-color: #D4C2DF;
}
.TagClassName
{
border-color: #D4C2DF;
}
</style>