Shades of Fog #D6BDF9
Tints of Fog #D6BDF9
RGB
CMYK
RGB Variations
Color information
#D6BDF9 (or 0xD6BDF9) is known color: Fog. HEX triplet: D6, BD and F9. RGB value is (214,189,249). Sum of RGB (Red+Green+Blue) = 214+189+249=652 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.82% from 652); Green value is 189 (74.22% from 255 or 28.99% from 652); Blue value is 249 (97.66% from 255 or 38.19% from 652); Max value from RGB is 249 - color contains mainly: blue. Hex color #D6BDF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6BDF9 is #294206. Grayscale: #CBCBCB. Windows color (decimal): -2703879 or 16367062. OLE color: 16367062.
HSL color Cylindrical-coordinate representation of color #D6BDF9: hue angle of 265º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D6BDF9 is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 214 | 189 | 249 | - |
CMYK | 0.14 | 0.24 | 0 | 0.02 |
HSL | 265º | 0.83% | 0.86% | - |
HSV(B) | 265º | 0.24% | 0.98% | - |
XYZ | 63.03 | 57.53 | 97.41 | - |
YUV | 203.32 | 153.78 | 135.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 189 | 249 | 0.14 | 0.24 | 0 | 0.02 | 265 | 0.83 | 0.86 |
Hex | D6 | BD | F9 | E | 18 | 0 | 2 | 109 | 53 | 56 |
Octal | 326 | 275 | 371 | 16 | 30 | 0 | 2 | 411 | 123 | 126 |
Binary | 11010110 | 10111101 | 11111001 | 1110 | 11000 | 0 | 10 | 100001001 | 1010011 | 1010110 |
Color Harmonies of #D6BDF9
Complementary color
Monochromatic Colors of #D6BDF9
Black with #D6BDF9
Text Example
Text Example
White with #D6BDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BDF9; }
p { color: rgb(214,189,249); }
H1.HeaderClassName
{
color: #D6BDF9;
}
.AnyTagClassName
{
color: #D6BDF9;
}
</style>
background-color css
<style>
a { background-color: #D6BDF9; }
a { background-color: rgb(214,189,249); }
div.DivClassName
{
background-color: #D6BDF9;
}
.BgClassName
{
background-color: #D6BDF9;
}
</style>
border-color css
<style>
span { border-color: #D6BDF9; }
span { border-color: rgb(214,189,249); }
td.TdClassName
{
border-color: #D6BDF9;
}
.TagClassName
{
border-color: #D6BDF9;
}
</style>