Shades of Fog #D7BDF2
Tints of Fog #D7BDF2
RGB
CMYK
RGB Variations
Color information
#D7BDF2 (or 0xD7BDF2) is known color: Fog. HEX triplet: D7, BD and F2. RGB value is (215,189,242). Sum of RGB (Red+Green+Blue) = 215+189+242=646 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.28% from 646); Green value is 189 (74.22% from 255 or 29.26% from 646); Blue value is 242 (94.92% from 255 or 37.46% from 646); Max value from RGB is 242 - color contains mainly: blue. Hex color #D7BDF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7BDF2 is #28420D. Grayscale: #CACACA. Windows color (decimal): -2638350 or 15908311. OLE color: 15908311.
HSL color Cylindrical-coordinate representation of color #D7BDF2: hue angle of 269.43º 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 #D7BDF2 is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 215 | 189 | 242 | - |
| CMYK | 0.11 | 0.22 | 0 | 0.05 |
| HSL | 269.43º | 0.67% | 0.85% | - |
| HSV(B) | 269.43º | 0.22% | 0.95% | - |
| XYZ | 62.25 | 57.25 | 91.77 | - |
| YUV | 202.82 | 150.11 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 189 | 242 | 0.11 | 0.22 | 0 | 0.05 | 269.43 | 0.67 | 0.85 |
| Hex | D7 | BD | F2 | B | 16 | 0 | 5 | 10D | 43 | 55 |
| Octal | 327 | 275 | 362 | 13 | 26 | 0 | 5 | 415 | 103 | 125 |
| Binary | 11010111 | 10111101 | 11110010 | 1011 | 10110 | 0 | 101 | 100001101 | 1000011 | 1010101 |
Color Harmonies of #D7BDF2
Complementary color
Monochromatic Colors of #D7BDF2
Black with #D7BDF2
Text Example
Text Example
White with #D7BDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BDF2; }
p { color: rgb(215,189,242); }
H1.HeaderClassName
{
color: #D7BDF2;
}
.AnyTagClassName
{
color: #D7BDF2;
}
</style>
background-color css
<style>
a { background-color: #D7BDF2; }
a { background-color: rgb(215,189,242); }
div.DivClassName
{
background-color: #D7BDF2;
}
.BgClassName
{
background-color: #D7BDF2;
}
</style>
border-color css
<style>
span { border-color: #D7BDF2; }
span { border-color: rgb(215,189,242); }
td.TdClassName
{
border-color: #D7BDF2;
}
.TagClassName
{
border-color: #D7BDF2;
}
</style>