Shades of Fog #D4C5FB
Tints of Fog #D4C5FB
RGB
CMYK
RGB Variations
Color information
#D4C5FB (or 0xD4C5FB) is known color: Fog. HEX triplet: D4, C5 and FB. RGB value is (212,197,251). Sum of RGB (Red+Green+Blue) = 212+197+251=660 (87% of max value = 765). Red value is 212 (83.20% from 255 or 32.12% from 660); Green value is 197 (77.34% from 255 or 29.85% from 660); Blue value is 251 (98.44% from 255 or 38.03% from 660); Max value from RGB is 251 - color contains mainly: blue. Hex color #D4C5FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4C5FB is #2B3A04. Grayscale: #CFCFCF. Windows color (decimal): -2832901 or 16500180. OLE color: 16500180.
HSL color Cylindrical-coordinate representation of color #D4C5FB: hue angle of 256.67º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D4C5FB is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 197 | 251 | - |
| CMYK | 0.16 | 0.22 | 0 | 0.02 |
| HSL | 256.67º | 0.87% | 0.88% | - |
| HSV(B) | 256.67º | 0.22% | 0.98% | - |
| XYZ | 64.53 | 60.89 | 99.62 | - |
| YUV | 207.64 | 152.47 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 197 | 251 | 0.16 | 0.22 | 0 | 0.02 | 256.67 | 0.87 | 0.88 |
| Hex | D4 | C5 | FB | 10 | 16 | 0 | 2 | 101 | 57 | 58 |
| Octal | 324 | 305 | 373 | 20 | 26 | 0 | 2 | 401 | 127 | 130 |
| Binary | 11010100 | 11000101 | 11111011 | 10000 | 10110 | 0 | 10 | 100000001 | 1010111 | 1011000 |
Color Harmonies of #D4C5FB
Complementary color
Monochromatic Colors of #D4C5FB
Black with #D4C5FB
Text Example
Text Example
White with #D4C5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C5FB; }
p { color: rgb(212,197,251); }
H1.HeaderClassName
{
color: #D4C5FB;
}
.AnyTagClassName
{
color: #D4C5FB;
}
</style>
background-color css
<style>
a { background-color: #D4C5FB; }
a { background-color: rgb(212,197,251); }
div.DivClassName
{
background-color: #D4C5FB;
}
.BgClassName
{
background-color: #D4C5FB;
}
</style>
border-color css
<style>
span { border-color: #D4C5FB; }
span { border-color: rgb(212,197,251); }
td.TdClassName
{
border-color: #D4C5FB;
}
.TagClassName
{
border-color: #D4C5FB;
}
</style>