Shades of Fog #D2BAF2
Tints of Fog #D2BAF2
RGB
CMYK
RGB Variations
Color information
#D2BAF2 (or 0xD2BAF2) is known color: Fog. HEX triplet: D2, BA and F2. RGB value is (210,186,242). Sum of RGB (Red+Green+Blue) = 210+186+242=638 (84% of max value = 765). Red value is 210 (82.42% from 255 or 32.92% from 638); Green value is 186 (73.05% from 255 or 29.15% from 638); Blue value is 242 (94.92% from 255 or 37.93% from 638); Max value from RGB is 242 - color contains mainly: blue. Hex color #D2BAF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2BAF2 is #2D450D. Grayscale: #C7C7C7. Windows color (decimal): -2966798 or 15907538. OLE color: 15907538.
HSL color Cylindrical-coordinate representation of color #D2BAF2: hue angle of 265.71º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D2BAF2 is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 186 | 242 | - |
| CMYK | 0.13 | 0.23 | 0 | 0.05 |
| HSL | 265.71º | 0.68% | 0.84% | - |
| HSV(B) | 265.71º | 0.23% | 0.95% | - |
| XYZ | 60.16 | 55.23 | 91.49 | - |
| YUV | 199.56 | 151.95 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 186 | 242 | 0.13 | 0.23 | 0 | 0.05 | 265.71 | 0.68 | 0.84 |
| Hex | D2 | BA | F2 | D | 17 | 0 | 5 | 10A | 44 | 54 |
| Octal | 322 | 272 | 362 | 15 | 27 | 0 | 5 | 412 | 104 | 124 |
| Binary | 11010010 | 10111010 | 11110010 | 1101 | 10111 | 0 | 101 | 100001010 | 1000100 | 1010100 |
Color Harmonies of #D2BAF2
Complementary color
Monochromatic Colors of #D2BAF2
Black with #D2BAF2
Text Example
Text Example
White with #D2BAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BAF2; }
p { color: rgb(210,186,242); }
H1.HeaderClassName
{
color: #D2BAF2;
}
.AnyTagClassName
{
color: #D2BAF2;
}
</style>
background-color css
<style>
a { background-color: #D2BAF2; }
a { background-color: rgb(210,186,242); }
div.DivClassName
{
background-color: #D2BAF2;
}
.BgClassName
{
background-color: #D2BAF2;
}
</style>
border-color css
<style>
span { border-color: #D2BAF2; }
span { border-color: rgb(210,186,242); }
td.TdClassName
{
border-color: #D2BAF2;
}
.TagClassName
{
border-color: #D2BAF2;
}
</style>