Shades of Fog #D6BDF2
Tints of Fog #D6BDF2
RGB
CMYK
RGB Variations
Color information
#D6BDF2 (or 0xD6BDF2) is known color: Fog. HEX triplet: D6, BD and F2. RGB value is (214,189,242). Sum of RGB (Red+Green+Blue) = 214+189+242=645 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.18% from 645); Green value is 189 (74.22% from 255 or 29.30% from 645); Blue value is 242 (94.92% from 255 or 37.52% from 645); Max value from RGB is 242 - color contains mainly: blue. Hex color #D6BDF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6BDF2 is #29420D. Grayscale: #CACACA. Windows color (decimal): -2703886 or 15908310. OLE color: 15908310.
HSL color Cylindrical-coordinate representation of color #D6BDF2: hue angle of 268.3º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D6BDF2 is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 189 | 242 | - |
| CMYK | 0.12 | 0.22 | 0 | 0.05 |
| HSL | 268.3º | 0.67% | 0.85% | - |
| HSV(B) | 268.3º | 0.22% | 0.95% | - |
| XYZ | 61.96 | 57.1 | 91.76 | - |
| YUV | 202.52 | 150.28 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 189 | 242 | 0.12 | 0.22 | 0 | 0.05 | 268.3 | 0.67 | 0.85 |
| Hex | D6 | BD | F2 | C | 16 | 0 | 5 | 10C | 43 | 55 |
| Octal | 326 | 275 | 362 | 14 | 26 | 0 | 5 | 414 | 103 | 125 |
| Binary | 11010110 | 10111101 | 11110010 | 1100 | 10110 | 0 | 101 | 100001100 | 1000011 | 1010101 |
Color Harmonies of #D6BDF2
Complementary color
Monochromatic Colors of #D6BDF2
Black with #D6BDF2
Text Example
Text Example
White with #D6BDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BDF2; }
p { color: rgb(214,189,242); }
H1.HeaderClassName
{
color: #D6BDF2;
}
.AnyTagClassName
{
color: #D6BDF2;
}
</style>
background-color css
<style>
a { background-color: #D6BDF2; }
a { background-color: rgb(214,189,242); }
div.DivClassName
{
background-color: #D6BDF2;
}
.BgClassName
{
background-color: #D6BDF2;
}
</style>
border-color css
<style>
span { border-color: #D6BDF2; }
span { border-color: rgb(214,189,242); }
td.TdClassName
{
border-color: #D6BDF2;
}
.TagClassName
{
border-color: #D6BDF2;
}
</style>