Shades of Fog #D2BDF0
Tints of Fog #D2BDF0
RGB
CMYK
RGB Variations
Color information
#D2BDF0 (or 0xD2BDF0) is known color: Fog. HEX triplet: D2, BD and F0. RGB value is (210,189,240). Sum of RGB (Red+Green+Blue) = 210+189+240=639 (84% of max value = 765). Red value is 210 (82.42% from 255 or 32.86% from 639); Green value is 189 (74.22% from 255 or 29.58% from 639); Blue value is 240 (94.14% from 255 or 37.56% from 639); Max value from RGB is 240 - color contains mainly: blue. Hex color #D2BDF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2BDF0 is #2D420F. Grayscale: #C8C8C8. Windows color (decimal): -2966032 or 15777234. OLE color: 15777234.
HSL color Cylindrical-coordinate representation of color #D2BDF0: hue angle of 264.71º degrees, saturation: 0.63, 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 #D2BDF0 is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 189 | 240 | - |
| CMYK | 0.12 | 0.21 | 0 | 0.06 |
| HSL | 264.71º | 0.63% | 0.84% | - |
| HSV(B) | 264.71º | 0.21% | 0.94% | - |
| XYZ | 60.5 | 56.39 | 90.13 | - |
| YUV | 201.09 | 149.96 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 189 | 240 | 0.12 | 0.21 | 0 | 0.06 | 264.71 | 0.63 | 0.84 |
| Hex | D2 | BD | F0 | C | 15 | 0 | 6 | 109 | 3F | 54 |
| Octal | 322 | 275 | 360 | 14 | 25 | 0 | 6 | 411 | 77 | 124 |
| Binary | 11010010 | 10111101 | 11110000 | 1100 | 10101 | 0 | 110 | 100001001 | 111111 | 1010100 |
Color Harmonies of #D2BDF0
Complementary color
Monochromatic Colors of #D2BDF0
Black with #D2BDF0
Text Example
Text Example
White with #D2BDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BDF0; }
p { color: rgb(210,189,240); }
H1.HeaderClassName
{
color: #D2BDF0;
}
.AnyTagClassName
{
color: #D2BDF0;
}
</style>
background-color css
<style>
a { background-color: #D2BDF0; }
a { background-color: rgb(210,189,240); }
div.DivClassName
{
background-color: #D2BDF0;
}
.BgClassName
{
background-color: #D2BDF0;
}
</style>
border-color css
<style>
span { border-color: #D2BDF0; }
span { border-color: rgb(210,189,240); }
td.TdClassName
{
border-color: #D2BDF0;
}
.TagClassName
{
border-color: #D2BDF0;
}
</style>