Shades of Fog #D1B3EF
Tints of Fog #D1B3EF
RGB
CMYK
RGB Variations
Color information
#D1B3EF (or 0xD1B3EF) is known color: Fog. HEX triplet: D1, B3 and EF. RGB value is (209,179,239). Sum of RGB (Red+Green+Blue) = 209+179+239=627 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.33% from 627); Green value is 179 (70.31% from 255 or 28.55% from 627); Blue value is 239 (93.75% from 255 or 38.12% from 627); Max value from RGB is 239 - color contains mainly: blue. Hex color #D1B3EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1B3EF is #2E4C10. Grayscale: #C2C2C2. Windows color (decimal): -3034129 or 15709137. OLE color: 15709137.
HSL color Cylindrical-coordinate representation of color #D1B3EF: hue angle of 270º 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 #D1B3EF is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 179 | 239 | - |
| CMYK | 0.13 | 0.25 | 0 | 0.06 |
| HSL | 270º | 0.65% | 0.82% | - |
| HSV(B) | 270º | 0.25% | 0.94% | - |
| XYZ | 57.99 | 52.03 | 88.65 | - |
| YUV | 194.81 | 152.94 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 179 | 239 | 0.13 | 0.25 | 0 | 0.06 | 270 | 0.65 | 0.82 |
| Hex | D1 | B3 | EF | D | 19 | 0 | 6 | 10E | 41 | 52 |
| Octal | 321 | 263 | 357 | 15 | 31 | 0 | 6 | 416 | 101 | 122 |
| Binary | 11010001 | 10110011 | 11101111 | 1101 | 11001 | 0 | 110 | 100001110 | 1000001 | 1010010 |
Color Harmonies of #D1B3EF
Complementary color
Monochromatic Colors of #D1B3EF
Black with #D1B3EF
Text Example
Text Example
White with #D1B3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B3EF; }
p { color: rgb(209,179,239); }
H1.HeaderClassName
{
color: #D1B3EF;
}
.AnyTagClassName
{
color: #D1B3EF;
}
</style>
background-color css
<style>
a { background-color: #D1B3EF; }
a { background-color: rgb(209,179,239); }
div.DivClassName
{
background-color: #D1B3EF;
}
.BgClassName
{
background-color: #D1B3EF;
}
</style>
border-color css
<style>
span { border-color: #D1B3EF; }
span { border-color: rgb(209,179,239); }
td.TdClassName
{
border-color: #D1B3EF;
}
.TagClassName
{
border-color: #D1B3EF;
}
</style>