Shades of Fog #D6BDF4
Tints of Fog #D6BDF4
RGB
CMYK
RGB Variations
Color information
#D6BDF4 (or 0xD6BDF4) is known color: Fog. HEX triplet: D6, BD and F4. RGB value is (214,189,244). Sum of RGB (Red+Green+Blue) = 214+189+244=647 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.08% from 647); Green value is 189 (74.22% from 255 or 29.21% from 647); Blue value is 244 (95.70% from 255 or 37.71% from 647); Max value from RGB is 244 - color contains mainly: blue. Hex color #D6BDF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6BDF4 is #29420B. Grayscale: #CACACA. Windows color (decimal): -2703884 or 16039382. OLE color: 16039382.
HSL color Cylindrical-coordinate representation of color #D6BDF4: hue angle of 267.27º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D6BDF4 is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 214 | 189 | 244 | - |
CMYK | 0.12 | 0.23 | 0 | 0.04 |
HSL | 267.27º | 0.71% | 0.85% | - |
HSV(B) | 267.27º | 0.23% | 0.96% | - |
XYZ | 62.26 | 57.22 | 93.35 | - |
YUV | 202.75 | 151.28 | 136.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 189 | 244 | 0.12 | 0.23 | 0 | 0.04 | 267.27 | 0.71 | 0.85 |
Hex | D6 | BD | F4 | C | 17 | 0 | 4 | 10B | 47 | 55 |
Octal | 326 | 275 | 364 | 14 | 27 | 0 | 4 | 413 | 107 | 125 |
Binary | 11010110 | 10111101 | 11110100 | 1100 | 10111 | 0 | 100 | 100001011 | 1000111 | 1010101 |
Color Harmonies of #D6BDF4
Complementary color
Monochromatic Colors of #D6BDF4
Black with #D6BDF4
Text Example
Text Example
White with #D6BDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BDF4; }
p { color: rgb(214,189,244); }
H1.HeaderClassName
{
color: #D6BDF4;
}
.AnyTagClassName
{
color: #D6BDF4;
}
</style>
background-color css
<style>
a { background-color: #D6BDF4; }
a { background-color: rgb(214,189,244); }
div.DivClassName
{
background-color: #D6BDF4;
}
.BgClassName
{
background-color: #D6BDF4;
}
</style>
border-color css
<style>
span { border-color: #D6BDF4; }
span { border-color: rgb(214,189,244); }
td.TdClassName
{
border-color: #D6BDF4;
}
.TagClassName
{
border-color: #D6BDF4;
}
</style>