Shades of Fog #D4C2FE
Tints of Fog #D4C2FE
RGB
CMYK
RGB Variations
Color information
#D4C2FE (or 0xD4C2FE) is known color: Fog. HEX triplet: D4, C2 and FE. RGB value is (212,194,254). Sum of RGB (Red+Green+Blue) = 212+194+254=660 (87% of max value = 765). Red value is 212 (83.20% from 255 or 32.12% from 660); Green value is 194 (76.17% from 255 or 29.39% from 660); Blue value is 254 (99.61% from 255 or 38.48% from 660); Max value from RGB is 254 - color contains mainly: blue. Hex color #D4C2FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4C2FE is #2B3D01. Grayscale: #CECECE. Windows color (decimal): -2833666 or 16696020. OLE color: 16696020.
HSL color Cylindrical-coordinate representation of color #D4C2FE: hue angle of 258º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D4C2FE is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 212 | 194 | 254 | - |
| CMYK | 0.17 | 0.24 | 0 | 0.00 |
| HSL | 258º | 0.97% | 0.88% | - |
| HSV(B) | 258º | 0.24% | 1% | - |
| XYZ | 64.33 | 59.74 | 101.91 | - |
| YUV | 206.22 | 154.96 | 132.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 194 | 254 | 0.17 | 0.24 | 0 | 0.00 | 258 | 0.97 | 0.88 |
| Hex | D4 | C2 | FE | 11 | 18 | 0 | 0 | 102 | 61 | 58 |
| Octal | 324 | 302 | 376 | 21 | 30 | 0 | 0 | 402 | 141 | 130 |
| Binary | 11010100 | 11000010 | 11111110 | 10001 | 11000 | 0 | 0 | 100000010 | 1100001 | 1011000 |
Color Harmonies of #D4C2FE
Complementary color
Monochromatic Colors of #D4C2FE
Black with #D4C2FE
Text Example
Text Example
White with #D4C2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C2FE; }
p { color: rgb(212,194,254); }
H1.HeaderClassName
{
color: #D4C2FE;
}
.AnyTagClassName
{
color: #D4C2FE;
}
</style>
background-color css
<style>
a { background-color: #D4C2FE; }
a { background-color: rgb(212,194,254); }
div.DivClassName
{
background-color: #D4C2FE;
}
.BgClassName
{
background-color: #D4C2FE;
}
</style>
border-color css
<style>
span { border-color: #D4C2FE; }
span { border-color: rgb(212,194,254); }
td.TdClassName
{
border-color: #D4C2FE;
}
.TagClassName
{
border-color: #D4C2FE;
}
</style>