Shades of Fog #D6BDEF
Tints of Fog #D6BDEF
RGB
CMYK
RGB Variations
Color information
#D6BDEF (or 0xD6BDEF) is known color: Fog. HEX triplet: D6, BD and EF. RGB value is (214,189,239). Sum of RGB (Red+Green+Blue) = 214+189+239=642 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.33% from 642); Green value is 189 (74.22% from 255 or 29.44% from 642); Blue value is 239 (93.75% from 255 or 37.23% from 642); Max value from RGB is 239 - color contains mainly: blue. Hex color #D6BDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6BDEF is #294210. Grayscale: #C9C9C9. Windows color (decimal): -2703889 or 15711702. OLE color: 15711702.
HSL color Cylindrical-coordinate representation of color #D6BDEF: hue angle of 270º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D6BDEF is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 214 | 189 | 239 | - |
| CMYK | 0.10 | 0.21 | 0 | 0.06 |
| HSL | 270º | 0.61% | 0.84% | - |
| HSV(B) | 270º | 0.21% | 0.94% | - |
| XYZ | 61.51 | 56.92 | 89.41 | - |
| YUV | 202.18 | 148.78 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 189 | 239 | 0.10 | 0.21 | 0 | 0.06 | 270 | 0.61 | 0.84 |
| Hex | D6 | BD | EF | A | 15 | 0 | 6 | 10E | 3D | 54 |
| Octal | 326 | 275 | 357 | 12 | 25 | 0 | 6 | 416 | 75 | 124 |
| Binary | 11010110 | 10111101 | 11101111 | 1010 | 10101 | 0 | 110 | 100001110 | 111101 | 1010100 |
Color Harmonies of #D6BDEF
Complementary color
Monochromatic Colors of #D6BDEF
Black with #D6BDEF
Text Example
Text Example
White with #D6BDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BDEF; }
p { color: rgb(214,189,239); }
H1.HeaderClassName
{
color: #D6BDEF;
}
.AnyTagClassName
{
color: #D6BDEF;
}
</style>
background-color css
<style>
a { background-color: #D6BDEF; }
a { background-color: rgb(214,189,239); }
div.DivClassName
{
background-color: #D6BDEF;
}
.BgClassName
{
background-color: #D6BDEF;
}
</style>
border-color css
<style>
span { border-color: #D6BDEF; }
span { border-color: rgb(214,189,239); }
td.TdClassName
{
border-color: #D6BDEF;
}
.TagClassName
{
border-color: #D6BDEF;
}
</style>