Shades of Fog #D7BDEF
Tints of Fog #D7BDEF
RGB
CMYK
RGB Variations
Color information
#D7BDEF (or 0xD7BDEF) is known color: Fog. HEX triplet: D7, BD and EF. RGB value is (215,189,239). Sum of RGB (Red+Green+Blue) = 215+189+239=643 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.44% from 643); Green value is 189 (74.22% from 255 or 29.39% from 643); Blue value is 239 (93.75% from 255 or 37.17% from 643); Max value from RGB is 239 - color contains mainly: blue. Hex color #D7BDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7BDEF is #284210. Grayscale: #CACACA. Windows color (decimal): -2638353 or 15711703. OLE color: 15711703.
HSL color Cylindrical-coordinate representation of color #D7BDEF: hue angle of 271.2º 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 #D7BDEF is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 215 | 189 | 239 | - |
| CMYK | 0.10 | 0.21 | 0 | 0.06 |
| HSL | 271.2º | 0.61% | 0.84% | - |
| HSV(B) | 271.2º | 0.21% | 0.94% | - |
| XYZ | 61.8 | 57.07 | 89.42 | - |
| YUV | 202.47 | 148.61 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 189 | 239 | 0.10 | 0.21 | 0 | 0.06 | 271.2 | 0.61 | 0.84 |
| Hex | D7 | BD | EF | A | 15 | 0 | 6 | 10F | 3D | 54 |
| Octal | 327 | 275 | 357 | 12 | 25 | 0 | 6 | 417 | 75 | 124 |
| Binary | 11010111 | 10111101 | 11101111 | 1010 | 10101 | 0 | 110 | 100001111 | 111101 | 1010100 |
Color Harmonies of #D7BDEF
Complementary color
Monochromatic Colors of #D7BDEF
Black with #D7BDEF
Text Example
Text Example
White with #D7BDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BDEF; }
p { color: rgb(215,189,239); }
H1.HeaderClassName
{
color: #D7BDEF;
}
.AnyTagClassName
{
color: #D7BDEF;
}
</style>
background-color css
<style>
a { background-color: #D7BDEF; }
a { background-color: rgb(215,189,239); }
div.DivClassName
{
background-color: #D7BDEF;
}
.BgClassName
{
background-color: #D7BDEF;
}
</style>
border-color css
<style>
span { border-color: #D7BDEF; }
span { border-color: rgb(215,189,239); }
td.TdClassName
{
border-color: #D7BDEF;
}
.TagClassName
{
border-color: #D7BDEF;
}
</style>