Shades of Fog #D7BDF3
Tints of Fog #D7BDF3
RGB
CMYK
RGB Variations
Color information
#D7BDF3 (or 0xD7BDF3) is known color: Fog. HEX triplet: D7, BD and F3. RGB value is (215,189,243). Sum of RGB (Red+Green+Blue) = 215+189+243=647 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.23% from 647); Green value is 189 (74.22% from 255 or 29.21% from 647); Blue value is 243 (95.31% from 255 or 37.56% from 647); Max value from RGB is 243 - color contains mainly: blue. Hex color #D7BDF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7BDF3 is #28420C. Grayscale: #CACACA. Windows color (decimal): -2638349 or 15973847. OLE color: 15973847.
HSL color Cylindrical-coordinate representation of color #D7BDF3: hue angle of 268.89º degrees, saturation: 0.69, 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 #D7BDF3 is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 215 | 189 | 243 | - |
CMYK | 0.12 | 0.22 | 0 | 0.05 |
HSL | 268.89º | 0.69% | 0.85% | - |
HSV(B) | 268.89º | 0.22% | 0.95% | - |
XYZ | 62.4 | 57.31 | 92.57 | - |
YUV | 202.93 | 150.61 | 136.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 189 | 243 | 0.12 | 0.22 | 0 | 0.05 | 268.89 | 0.69 | 0.85 |
Hex | D7 | BD | F3 | C | 16 | 0 | 5 | 10D | 45 | 55 |
Octal | 327 | 275 | 363 | 14 | 26 | 0 | 5 | 415 | 105 | 125 |
Binary | 11010111 | 10111101 | 11110011 | 1100 | 10110 | 0 | 101 | 100001101 | 1000101 | 1010101 |
Color Harmonies of #D7BDF3
Complementary color
Monochromatic Colors of #D7BDF3
Black with #D7BDF3
Text Example
Text Example
White with #D7BDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BDF3; }
p { color: rgb(215,189,243); }
H1.HeaderClassName
{
color: #D7BDF3;
}
.AnyTagClassName
{
color: #D7BDF3;
}
</style>
background-color css
<style>
a { background-color: #D7BDF3; }
a { background-color: rgb(215,189,243); }
div.DivClassName
{
background-color: #D7BDF3;
}
.BgClassName
{
background-color: #D7BDF3;
}
</style>
border-color css
<style>
span { border-color: #D7BDF3; }
span { border-color: rgb(215,189,243); }
td.TdClassName
{
border-color: #D7BDF3;
}
.TagClassName
{
border-color: #D7BDF3;
}
</style>