Shades of Fog #D2B7F3
Tints of Fog #D2B7F3
RGB
CMYK
RGB Variations
Color information
#D2B7F3 (or 0xD2B7F3) is known color: Fog. HEX triplet: D2, B7 and F3. RGB value is (210,183,243). Sum of RGB (Red+Green+Blue) = 210+183+243=636 (84% of max value = 765). Red value is 210 (82.42% from 255 or 33.02% from 636); Green value is 183 (71.88% from 255 or 28.77% from 636); Blue value is 243 (95.31% from 255 or 38.21% from 636); Max value from RGB is 243 - color contains mainly: blue. Hex color #D2B7F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2B7F3 is #2D480C. Grayscale: #C5C5C5. Windows color (decimal): -2967565 or 15972306. OLE color: 15972306.
HSL color Cylindrical-coordinate representation of color #D2B7F3: hue angle of 267º degrees, saturation: 0.71, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D2B7F3 is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 183 | 243 | - |
| CMYK | 0.14 | 0.25 | 0 | 0.05 |
| HSL | 267º | 0.71% | 0.84% | - |
| HSV(B) | 267º | 0.25% | 0.95% | - |
| XYZ | 59.69 | 54.04 | 92.08 | - |
| YUV | 197.91 | 153.45 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 183 | 243 | 0.14 | 0.25 | 0 | 0.05 | 267 | 0.71 | 0.84 |
| Hex | D2 | B7 | F3 | E | 19 | 0 | 5 | 10B | 47 | 54 |
| Octal | 322 | 267 | 363 | 16 | 31 | 0 | 5 | 413 | 107 | 124 |
| Binary | 11010010 | 10110111 | 11110011 | 1110 | 11001 | 0 | 101 | 100001011 | 1000111 | 1010100 |
Color Harmonies of #D2B7F3
Complementary color
Monochromatic Colors of #D2B7F3
Black with #D2B7F3
Text Example
Text Example
White with #D2B7F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B7F3; }
p { color: rgb(210,183,243); }
H1.HeaderClassName
{
color: #D2B7F3;
}
.AnyTagClassName
{
color: #D2B7F3;
}
</style>
background-color css
<style>
a { background-color: #D2B7F3; }
a { background-color: rgb(210,183,243); }
div.DivClassName
{
background-color: #D2B7F3;
}
.BgClassName
{
background-color: #D2B7F3;
}
</style>
border-color css
<style>
span { border-color: #D2B7F3; }
span { border-color: rgb(210,183,243); }
td.TdClassName
{
border-color: #D2B7F3;
}
.TagClassName
{
border-color: #D2B7F3;
}
</style>