Shades of Fog #D7BDF1
Tints of Fog #D7BDF1
RGB
CMYK
RGB Variations
Color information
#D7BDF1 (or 0xD7BDF1) is known color: Fog. HEX triplet: D7, BD and F1. RGB value is (215,189,241). Sum of RGB (Red+Green+Blue) = 215+189+241=645 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.33% from 645); Green value is 189 (74.22% from 255 or 29.30% from 645); Blue value is 241 (94.53% from 255 or 37.36% from 645); Max value from RGB is 241 - color contains mainly: blue. Hex color #D7BDF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7BDF1 is #28420E. Grayscale: #CACACA. Windows color (decimal): -2638351 or 15842775. OLE color: 15842775.
HSL color Cylindrical-coordinate representation of color #D7BDF1: hue angle of 270º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D7BDF1 is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 215 | 189 | 241 | - |
CMYK | 0.11 | 0.22 | 0 | 0.05 |
HSL | 270º | 0.65% | 0.84% | - |
HSV(B) | 270º | 0.22% | 0.95% | - |
XYZ | 62.1 | 57.19 | 90.99 | - |
YUV | 202.7 | 149.61 | 136.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 189 | 241 | 0.11 | 0.22 | 0 | 0.05 | 270 | 0.65 | 0.84 |
Hex | D7 | BD | F1 | B | 16 | 0 | 5 | 10E | 41 | 54 |
Octal | 327 | 275 | 361 | 13 | 26 | 0 | 5 | 416 | 101 | 124 |
Binary | 11010111 | 10111101 | 11110001 | 1011 | 10110 | 0 | 101 | 100001110 | 1000001 | 1010100 |
Color Harmonies of #D7BDF1
Complementary color
Monochromatic Colors of #D7BDF1
Black with #D7BDF1
Text Example
Text Example
White with #D7BDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BDF1; }
p { color: rgb(215,189,241); }
H1.HeaderClassName
{
color: #D7BDF1;
}
.AnyTagClassName
{
color: #D7BDF1;
}
</style>
background-color css
<style>
a { background-color: #D7BDF1; }
a { background-color: rgb(215,189,241); }
div.DivClassName
{
background-color: #D7BDF1;
}
.BgClassName
{
background-color: #D7BDF1;
}
</style>
border-color css
<style>
span { border-color: #D7BDF1; }
span { border-color: rgb(215,189,241); }
td.TdClassName
{
border-color: #D7BDF1;
}
.TagClassName
{
border-color: #D7BDF1;
}
</style>