Shades of Fog #D4B6EC
Tints of Fog #D4B6EC
RGB
CMYK
RGB Variations
Color information
#D4B6EC (or 0xD4B6EC) is known color: Fog. HEX triplet: D4, B6 and EC. RGB value is (212,182,236). Sum of RGB (Red+Green+Blue) = 212+182+236=630 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.65% from 630); Green value is 182 (71.48% from 255 or 28.89% from 630); Blue value is 236 (92.58% from 255 or 37.46% from 630); Max value from RGB is 236 - color contains mainly: blue. Hex color #D4B6EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4B6EC is #2B4913. Grayscale: #C4C4C4. Windows color (decimal): -2836756 or 15513300. OLE color: 15513300.
HSL color Cylindrical-coordinate representation of color #D4B6EC: hue angle of 273.33º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D4B6EC is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 212 | 182 | 236 | - |
CMYK | 0.10 | 0.23 | 0 | 0.07 |
HSL | 273.33º | 0.59% | 0.82% | - |
HSV(B) | 273.33º | 0.23% | 0.93% | - |
XYZ | 59.02 | 53.51 | 86.57 | - |
YUV | 197.13 | 149.94 | 138.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 182 | 236 | 0.10 | 0.23 | 0 | 0.07 | 273.33 | 0.59 | 0.82 |
Hex | D4 | B6 | EC | A | 17 | 0 | 7 | 111 | 3B | 52 |
Octal | 324 | 266 | 354 | 12 | 27 | 0 | 7 | 421 | 73 | 122 |
Binary | 11010100 | 10110110 | 11101100 | 1010 | 10111 | 0 | 111 | 100010001 | 111011 | 1010010 |
Color Harmonies of #D4B6EC
Complementary color
Monochromatic Colors of #D4B6EC
Black with #D4B6EC
Text Example
Text Example
White with #D4B6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B6EC; }
p { color: rgb(212,182,236); }
H1.HeaderClassName
{
color: #D4B6EC;
}
.AnyTagClassName
{
color: #D4B6EC;
}
</style>
background-color css
<style>
a { background-color: #D4B6EC; }
a { background-color: rgb(212,182,236); }
div.DivClassName
{
background-color: #D4B6EC;
}
.BgClassName
{
background-color: #D4B6EC;
}
</style>
border-color css
<style>
span { border-color: #D4B6EC; }
span { border-color: rgb(212,182,236); }
td.TdClassName
{
border-color: #D4B6EC;
}
.TagClassName
{
border-color: #D4B6EC;
}
</style>