Shades of Fog #D1BCEE
Tints of Fog #D1BCEE
RGB
CMYK
RGB Variations
Color information
#D1BCEE (or 0xD1BCEE) is known color: Fog. HEX triplet: D1, BC and EE. RGB value is (209,188,238). Sum of RGB (Red+Green+Blue) = 209+188+238=635 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.91% from 635); Green value is 188 (73.83% from 255 or 29.61% from 635); Blue value is 238 (93.36% from 255 or 37.48% from 635); Max value from RGB is 238 - color contains mainly: blue. Hex color #D1BCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1BCEE is #2E4311. Grayscale: #C7C7C7. Windows color (decimal): -3031826 or 15645905. OLE color: 15645905.
HSL color Cylindrical-coordinate representation of color #D1BCEE: hue angle of 265.2º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D1BCEE is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 188 | 238 | - |
| CMYK | 0.12 | 0.21 | 0 | 0.07 |
| HSL | 265.2º | 0.6% | 0.84% | - |
| HSV(B) | 265.2º | 0.21% | 0.93% | - |
| XYZ | 59.71 | 55.69 | 88.49 | - |
| YUV | 199.98 | 149.46 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 188 | 238 | 0.12 | 0.21 | 0 | 0.07 | 265.2 | 0.6 | 0.84 |
| Hex | D1 | BC | EE | C | 15 | 0 | 7 | 109 | 3C | 54 |
| Octal | 321 | 274 | 356 | 14 | 25 | 0 | 7 | 411 | 74 | 124 |
| Binary | 11010001 | 10111100 | 11101110 | 1100 | 10101 | 0 | 111 | 100001001 | 111100 | 1010100 |
Color Harmonies of #D1BCEE
Complementary color
Monochromatic Colors of #D1BCEE
Black with #D1BCEE
Text Example
Text Example
White with #D1BCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BCEE; }
p { color: rgb(209,188,238); }
H1.HeaderClassName
{
color: #D1BCEE;
}
.AnyTagClassName
{
color: #D1BCEE;
}
</style>
background-color css
<style>
a { background-color: #D1BCEE; }
a { background-color: rgb(209,188,238); }
div.DivClassName
{
background-color: #D1BCEE;
}
.BgClassName
{
background-color: #D1BCEE;
}
</style>
border-color css
<style>
span { border-color: #D1BCEE; }
span { border-color: rgb(209,188,238); }
td.TdClassName
{
border-color: #D1BCEE;
}
.TagClassName
{
border-color: #D1BCEE;
}
</style>