Shades of Fog #D2BDF8
Tints of Fog #D2BDF8
RGB
CMYK
RGB Variations
Color information
#D2BDF8 (or 0xD2BDF8) is known color: Fog. HEX triplet: D2, BD and F8. RGB value is (210,189,248). Sum of RGB (Red+Green+Blue) = 210+189+248=647 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.46% from 647); Green value is 189 (74.22% from 255 or 29.21% from 647); Blue value is 248 (97.27% from 255 or 38.33% from 647); Max value from RGB is 248 - color contains mainly: blue. Hex color #D2BDF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2BDF8 is #2D4207. Grayscale: #C9C9C9. Windows color (decimal): -2966024 or 16301522. OLE color: 16301522.
HSL color Cylindrical-coordinate representation of color #D2BDF8: hue angle of 261.36º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D2BDF8 is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 210 | 189 | 248 | - |
| CMYK | 0.15 | 0.24 | 0 | 0.03 |
| HSL | 261.36º | 0.81% | 0.86% | - |
| HSV(B) | 261.36º | 0.24% | 0.97% | - |
| XYZ | 61.72 | 56.87 | 96.53 | - |
| YUV | 202.01 | 153.96 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 189 | 248 | 0.15 | 0.24 | 0 | 0.03 | 261.36 | 0.81 | 0.86 |
| Hex | D2 | BD | F8 | F | 18 | 0 | 3 | 105 | 51 | 56 |
| Octal | 322 | 275 | 370 | 17 | 30 | 0 | 3 | 405 | 121 | 126 |
| Binary | 11010010 | 10111101 | 11111000 | 1111 | 11000 | 0 | 11 | 100000101 | 1010001 | 1010110 |
Color Harmonies of #D2BDF8
Complementary color
Monochromatic Colors of #D2BDF8
Black with #D2BDF8
Text Example
Text Example
White with #D2BDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BDF8; }
p { color: rgb(210,189,248); }
H1.HeaderClassName
{
color: #D2BDF8;
}
.AnyTagClassName
{
color: #D2BDF8;
}
</style>
background-color css
<style>
a { background-color: #D2BDF8; }
a { background-color: rgb(210,189,248); }
div.DivClassName
{
background-color: #D2BDF8;
}
.BgClassName
{
background-color: #D2BDF8;
}
</style>
border-color css
<style>
span { border-color: #D2BDF8; }
span { border-color: rgb(210,189,248); }
td.TdClassName
{
border-color: #D2BDF8;
}
.TagClassName
{
border-color: #D2BDF8;
}
</style>