Shades of Fog #D1BEEE
Tints of Fog #D1BEEE
RGB
CMYK
RGB Variations
Color information
#D1BEEE (or 0xD1BEEE) is known color: Fog. HEX triplet: D1, BE and EE. RGB value is (209,190,238). Sum of RGB (Red+Green+Blue) = 209+190+238=637 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.81% from 637); Green value is 190 (74.61% from 255 or 29.83% from 637); Blue value is 238 (93.36% from 255 or 37.36% from 637); Max value from RGB is 238 - color contains mainly: blue. Hex color #D1BEEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1BEEE is #2E4111. Grayscale: #C8C8C8. Windows color (decimal): -3031314 or 15646417. OLE color: 15646417.
HSL color Cylindrical-coordinate representation of color #D1BEEE: hue angle of 263.75º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D1BEEE is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 190 | 238 | - |
| CMYK | 0.12 | 0.20 | 0 | 0.07 |
| HSL | 263.75º | 0.59% | 0.84% | - |
| HSV(B) | 263.75º | 0.2% | 0.93% | - |
| XYZ | 60.14 | 56.56 | 88.64 | - |
| YUV | 201.15 | 148.79 | 133.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 190 | 238 | 0.12 | 0.20 | 0 | 0.07 | 263.75 | 0.59 | 0.84 |
| Hex | D1 | BE | EE | C | 14 | 0 | 7 | 108 | 3B | 54 |
| Octal | 321 | 276 | 356 | 14 | 24 | 0 | 7 | 410 | 73 | 124 |
| Binary | 11010001 | 10111110 | 11101110 | 1100 | 10100 | 0 | 111 | 100001000 | 111011 | 1010100 |
Color Harmonies of #D1BEEE
Complementary color
Monochromatic Colors of #D1BEEE
Black with #D1BEEE
Text Example
Text Example
White with #D1BEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BEEE; }
p { color: rgb(209,190,238); }
H1.HeaderClassName
{
color: #D1BEEE;
}
.AnyTagClassName
{
color: #D1BEEE;
}
</style>
background-color css
<style>
a { background-color: #D1BEEE; }
a { background-color: rgb(209,190,238); }
div.DivClassName
{
background-color: #D1BEEE;
}
.BgClassName
{
background-color: #D1BEEE;
}
</style>
border-color css
<style>
span { border-color: #D1BEEE; }
span { border-color: rgb(209,190,238); }
td.TdClassName
{
border-color: #D1BEEE;
}
.TagClassName
{
border-color: #D1BEEE;
}
</style>