Shades of Fog #D6BDE6
Tints of Fog #D6BDE6
RGB
CMYK
RGB Variations
Color information
#D6BDE6 (or 0xD6BDE6) is known color: Fog. HEX triplet: D6, BD and E6. RGB value is (214,189,230). Sum of RGB (Red+Green+Blue) = 214+189+230=633 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.81% from 633); Green value is 189 (74.22% from 255 or 29.86% from 633); Blue value is 230 (90.23% from 255 or 36.33% from 633); Max value from RGB is 230 - color contains mainly: blue. Hex color #D6BDE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6BDE6 is #294219. Grayscale: #C9C9C9. Windows color (decimal): -2703898 or 15121878. OLE color: 15121878.
HSL color Cylindrical-coordinate representation of color #D6BDE6: hue angle of 276.59º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D6BDE6 is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 214 | 189 | 230 | - |
| CMYK | 0.07 | 0.18 | 0 | 0.10 |
| HSL | 276.59º | 0.45% | 0.82% | - |
| HSV(B) | 276.59º | 0.18% | 0.9% | - |
| XYZ | 60.21 | 56.4 | 82.58 | - |
| YUV | 201.15 | 144.28 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 189 | 230 | 0.07 | 0.18 | 0 | 0.10 | 276.59 | 0.45 | 0.82 |
| Hex | D6 | BD | E6 | 7 | 12 | 0 | A | 115 | 2D | 52 |
| Octal | 326 | 275 | 346 | 7 | 22 | 0 | 12 | 425 | 55 | 122 |
| Binary | 11010110 | 10111101 | 11100110 | 111 | 10010 | 0 | 1010 | 100010101 | 101101 | 1010010 |
Color Harmonies of #D6BDE6
Complementary color
Monochromatic Colors of #D6BDE6
Black with #D6BDE6
Text Example
Text Example
White with #D6BDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BDE6; }
p { color: rgb(214,189,230); }
H1.HeaderClassName
{
color: #D6BDE6;
}
.AnyTagClassName
{
color: #D6BDE6;
}
</style>
background-color css
<style>
a { background-color: #D6BDE6; }
a { background-color: rgb(214,189,230); }
div.DivClassName
{
background-color: #D6BDE6;
}
.BgClassName
{
background-color: #D6BDE6;
}
</style>
border-color css
<style>
span { border-color: #D6BDE6; }
span { border-color: rgb(214,189,230); }
td.TdClassName
{
border-color: #D6BDE6;
}
.TagClassName
{
border-color: #D6BDE6;
}
</style>