Shades of Fog #D1BEFC
Tints of Fog #D1BEFC
RGB
CMYK
RGB Variations
Color information
#D1BEFC (or 0xD1BEFC) is known color: Fog. HEX triplet: D1, BE and FC. RGB value is (209,190,252). Sum of RGB (Red+Green+Blue) = 209+190+252=651 (86% of max value = 765). Red value is 209 (82.03% from 255 or 32.10% from 651); Green value is 190 (74.61% from 255 or 29.19% from 651); Blue value is 252 (98.83% from 255 or 38.71% from 651); Max value from RGB is 252 - color contains mainly: blue. Hex color #D1BEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1BEFC is #2E4103. Grayscale: #CACACA. Windows color (decimal): -3031300 or 16563921. OLE color: 16563921.
HSL color Cylindrical-coordinate representation of color #D1BEFC: hue angle of 258.39º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D1BEFC is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 209 | 190 | 252 | - |
| CMYK | 0.17 | 0.25 | 0 | 0.01 |
| HSL | 258.39º | 0.91% | 0.87% | - |
| HSV(B) | 258.39º | 0.25% | 0.99% | - |
| XYZ | 62.28 | 57.41 | 99.89 | - |
| YUV | 202.75 | 155.79 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 190 | 252 | 0.17 | 0.25 | 0 | 0.01 | 258.39 | 0.91 | 0.87 |
| Hex | D1 | BE | FC | 11 | 19 | 0 | 1 | 102 | 5B | 57 |
| Octal | 321 | 276 | 374 | 21 | 31 | 0 | 1 | 402 | 133 | 127 |
| Binary | 11010001 | 10111110 | 11111100 | 10001 | 11001 | 0 | 1 | 100000010 | 1011011 | 1010111 |
Color Harmonies of #D1BEFC
Complementary color
Monochromatic Colors of #D1BEFC
Black with #D1BEFC
Text Example
Text Example
White with #D1BEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BEFC; }
p { color: rgb(209,190,252); }
H1.HeaderClassName
{
color: #D1BEFC;
}
.AnyTagClassName
{
color: #D1BEFC;
}
</style>
background-color css
<style>
a { background-color: #D1BEFC; }
a { background-color: rgb(209,190,252); }
div.DivClassName
{
background-color: #D1BEFC;
}
.BgClassName
{
background-color: #D1BEFC;
}
</style>
border-color css
<style>
span { border-color: #D1BEFC; }
span { border-color: rgb(209,190,252); }
td.TdClassName
{
border-color: #D1BEFC;
}
.TagClassName
{
border-color: #D1BEFC;
}
</style>