Shades of Fog #D1B2EE
Tints of Fog #D1B2EE
RGB
CMYK
RGB Variations
Color information
#D1B2EE (or 0xD1B2EE) is known color: Fog. HEX triplet: D1, B2 and EE. RGB value is (209,178,238). Sum of RGB (Red+Green+Blue) = 209+178+238=625 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.44% from 625); Green value is 178 (69.92% from 255 or 28.48% from 625); Blue value is 238 (93.36% from 255 or 38.08% from 625); Max value from RGB is 238 - color contains mainly: blue. Hex color #D1B2EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1B2EE is #2E4D11. Grayscale: #C1C1C1. Windows color (decimal): -3034386 or 15643345. OLE color: 15643345.
HSL color Cylindrical-coordinate representation of color #D1B2EE: hue angle of 271º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D1B2EE is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 178 | 238 | - |
| CMYK | 0.12 | 0.25 | 0 | 0.07 |
| HSL | 271º | 0.64% | 0.82% | - |
| HSV(B) | 271º | 0.25% | 0.93% | - |
| XYZ | 57.65 | 51.57 | 87.8 | - |
| YUV | 194.11 | 152.77 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 178 | 238 | 0.12 | 0.25 | 0 | 0.07 | 271 | 0.64 | 0.82 |
| Hex | D1 | B2 | EE | C | 19 | 0 | 7 | 10F | 40 | 52 |
| Octal | 321 | 262 | 356 | 14 | 31 | 0 | 7 | 417 | 100 | 122 |
| Binary | 11010001 | 10110010 | 11101110 | 1100 | 11001 | 0 | 111 | 100001111 | 1000000 | 1010010 |
Color Harmonies of #D1B2EE
Complementary color
Monochromatic Colors of #D1B2EE
Black with #D1B2EE
Text Example
Text Example
White with #D1B2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B2EE; }
p { color: rgb(209,178,238); }
H1.HeaderClassName
{
color: #D1B2EE;
}
.AnyTagClassName
{
color: #D1B2EE;
}
</style>
background-color css
<style>
a { background-color: #D1B2EE; }
a { background-color: rgb(209,178,238); }
div.DivClassName
{
background-color: #D1B2EE;
}
.BgClassName
{
background-color: #D1B2EE;
}
</style>
border-color css
<style>
span { border-color: #D1B2EE; }
span { border-color: rgb(209,178,238); }
td.TdClassName
{
border-color: #D1B2EE;
}
.TagClassName
{
border-color: #D1B2EE;
}
</style>