Shades of Fog #D4C7F0
Tints of Fog #D4C7F0
RGB
CMYK
RGB Variations
Color information
#D4C7F0 (or 0xD4C7F0) is known color: Fog. HEX triplet: D4, C7 and F0. RGB value is (212,199,240). Sum of RGB (Red+Green+Blue) = 212+199+240=651 (86% of max value = 765). Red value is 212 (83.20% from 255 or 32.57% from 651); Green value is 199 (78.12% from 255 or 30.57% from 651); Blue value is 240 (94.14% from 255 or 36.87% from 651); Max value from RGB is 240 - color contains mainly: blue. Hex color #D4C7F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4C7F0 is #2B380F. Grayscale: #CFCFCF. Windows color (decimal): -2832400 or 15779796. OLE color: 15779796.
HSL color Cylindrical-coordinate representation of color #D4C7F0: hue angle of 259.02º degrees, saturation: 0.58, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D4C7F0 is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 212 | 199 | 240 | - |
CMYK | 0.12 | 0.17 | 0 | 0.06 |
HSL | 259.02º | 0.58% | 0.86% | - |
HSV(B) | 259.02º | 0.17% | 0.94% | - |
XYZ | 63.3 | 61.14 | 90.9 | - |
YUV | 207.56 | 146.31 | 131.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 199 | 240 | 0.12 | 0.17 | 0 | 0.06 | 259.02 | 0.58 | 0.86 |
Hex | D4 | C7 | F0 | C | 11 | 0 | 6 | 103 | 3A | 56 |
Octal | 324 | 307 | 360 | 14 | 21 | 0 | 6 | 403 | 72 | 126 |
Binary | 11010100 | 11000111 | 11110000 | 1100 | 10001 | 0 | 110 | 100000011 | 111010 | 1010110 |
Color Harmonies of #D4C7F0
Complementary color
Monochromatic Colors of #D4C7F0
Black with #D4C7F0
Text Example
Text Example
White with #D4C7F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C7F0; }
p { color: rgb(212,199,240); }
H1.HeaderClassName
{
color: #D4C7F0;
}
.AnyTagClassName
{
color: #D4C7F0;
}
</style>
background-color css
<style>
a { background-color: #D4C7F0; }
a { background-color: rgb(212,199,240); }
div.DivClassName
{
background-color: #D4C7F0;
}
.BgClassName
{
background-color: #D4C7F0;
}
</style>
border-color css
<style>
span { border-color: #D4C7F0; }
span { border-color: rgb(212,199,240); }
td.TdClassName
{
border-color: #D4C7F0;
}
.TagClassName
{
border-color: #D4C7F0;
}
</style>