Shades of Fog #D2B3EF
Tints of Fog #D2B3EF
RGB
CMYK
RGB Variations
Color information
#D2B3EF (or 0xD2B3EF) is known color: Fog. HEX triplet: D2, B3 and EF. RGB value is (210,179,239). Sum of RGB (Red+Green+Blue) = 210+179+239=628 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.44% from 628); Green value is 179 (70.31% from 255 or 28.50% from 628); Blue value is 239 (93.75% from 255 or 38.06% from 628); Max value from RGB is 239 - color contains mainly: blue. Hex color #D2B3EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2B3EF is #2D4C10. Grayscale: #C2C2C2. Windows color (decimal): -2968593 or 15709138. OLE color: 15709138.
HSL color Cylindrical-coordinate representation of color #D2B3EF: hue angle of 271º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D2B3EF is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 179 | 239 | - |
| CMYK | 0.12 | 0.25 | 0 | 0.06 |
| HSL | 271º | 0.65% | 0.82% | - |
| HSV(B) | 271º | 0.25% | 0.94% | - |
| XYZ | 58.28 | 52.17 | 88.66 | - |
| YUV | 195.11 | 152.77 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 179 | 239 | 0.12 | 0.25 | 0 | 0.06 | 271 | 0.65 | 0.82 |
| Hex | D2 | B3 | EF | C | 19 | 0 | 6 | 10F | 41 | 52 |
| Octal | 322 | 263 | 357 | 14 | 31 | 0 | 6 | 417 | 101 | 122 |
| Binary | 11010010 | 10110011 | 11101111 | 1100 | 11001 | 0 | 110 | 100001111 | 1000001 | 1010010 |
Color Harmonies of #D2B3EF
Complementary color
Monochromatic Colors of #D2B3EF
Black with #D2B3EF
Text Example
Text Example
White with #D2B3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B3EF; }
p { color: rgb(210,179,239); }
H1.HeaderClassName
{
color: #D2B3EF;
}
.AnyTagClassName
{
color: #D2B3EF;
}
</style>
background-color css
<style>
a { background-color: #D2B3EF; }
a { background-color: rgb(210,179,239); }
div.DivClassName
{
background-color: #D2B3EF;
}
.BgClassName
{
background-color: #D2B3EF;
}
</style>
border-color css
<style>
span { border-color: #D2B3EF; }
span { border-color: rgb(210,179,239); }
td.TdClassName
{
border-color: #D2B3EF;
}
.TagClassName
{
border-color: #D2B3EF;
}
</style>