Shades of Fog #D4C0FE
Tints of Fog #D4C0FE
RGB
CMYK
RGB Variations
Color information
#D4C0FE (or 0xD4C0FE) is known color: Fog. HEX triplet: D4, C0 and FE. RGB value is (212,192,254). Sum of RGB (Red+Green+Blue) = 212+192+254=658 (87% of max value = 765). Red value is 212 (83.20% from 255 or 32.22% from 658); Green value is 192 (75.39% from 255 or 29.18% from 658); Blue value is 254 (99.61% from 255 or 38.60% from 658); Max value from RGB is 254 - color contains mainly: blue. Hex color #D4C0FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4C0FE is #2B3F01. Grayscale: #CCCCCC. Windows color (decimal): -2834178 or 16695508. OLE color: 16695508.
HSL color Cylindrical-coordinate representation of color #D4C0FE: hue angle of 259.35º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D4C0FE is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 212 | 192 | 254 | - |
| CMYK | 0.17 | 0.24 | 0 | 0.00 |
| HSL | 259.35º | 0.97% | 0.87% | - |
| HSV(B) | 259.35º | 0.24% | 1% | - |
| XYZ | 63.89 | 58.85 | 101.76 | - |
| YUV | 205.05 | 155.63 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 192 | 254 | 0.17 | 0.24 | 0 | 0.00 | 259.35 | 0.97 | 0.87 |
| Hex | D4 | C0 | FE | 11 | 18 | 0 | 0 | 103 | 61 | 57 |
| Octal | 324 | 300 | 376 | 21 | 30 | 0 | 0 | 403 | 141 | 127 |
| Binary | 11010100 | 11000000 | 11111110 | 10001 | 11000 | 0 | 0 | 100000011 | 1100001 | 1010111 |
Color Harmonies of #D4C0FE
Complementary color
Monochromatic Colors of #D4C0FE
Black with #D4C0FE
Text Example
Text Example
White with #D4C0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C0FE; }
p { color: rgb(212,192,254); }
H1.HeaderClassName
{
color: #D4C0FE;
}
.AnyTagClassName
{
color: #D4C0FE;
}
</style>
background-color css
<style>
a { background-color: #D4C0FE; }
a { background-color: rgb(212,192,254); }
div.DivClassName
{
background-color: #D4C0FE;
}
.BgClassName
{
background-color: #D4C0FE;
}
</style>
border-color css
<style>
span { border-color: #D4C0FE; }
span { border-color: rgb(212,192,254); }
td.TdClassName
{
border-color: #D4C0FE;
}
.TagClassName
{
border-color: #D4C0FE;
}
</style>