Shades of Fog #D0BEFD
Tints of Fog #D0BEFD
RGB
CMYK
RGB Variations
Color information
#D0BEFD (or 0xD0BEFD) is known color: Fog. HEX triplet: D0, BE and FD. RGB value is (208,190,253). Sum of RGB (Red+Green+Blue) = 208+190+253=651 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.95% from 651); Green value is 190 (74.61% from 255 or 29.19% from 651); Blue value is 253 (99.22% from 255 or 38.86% from 651); Max value from RGB is 253 - color contains mainly: blue. Hex color #D0BEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0BEFD is #2F4102. Grayscale: #CACACA. Windows color (decimal): -3096835 or 16629456. OLE color: 16629456.
HSL color Cylindrical-coordinate representation of color #D0BEFD: hue angle of 257.14º degrees, saturation: 0.94, 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 #D0BEFD is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 208 | 190 | 253 | - |
CMYK | 0.18 | 0.25 | 0 | 0.01 |
HSL | 257.14º | 0.94% | 0.87% | - |
HSV(B) | 257.14º | 0.25% | 0.99% | - |
XYZ | 62.16 | 57.33 | 100.72 | - |
YUV | 202.56 | 156.46 | 131.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 190 | 253 | 0.18 | 0.25 | 0 | 0.01 | 257.14 | 0.94 | 0.87 |
Hex | D0 | BE | FD | 12 | 19 | 0 | 1 | 101 | 5E | 57 |
Octal | 320 | 276 | 375 | 22 | 31 | 0 | 1 | 401 | 136 | 127 |
Binary | 11010000 | 10111110 | 11111101 | 10010 | 11001 | 0 | 1 | 100000001 | 1011110 | 1010111 |
Color Harmonies of #D0BEFD
Complementary color
Monochromatic Colors of #D0BEFD
Black with #D0BEFD
Text Example
Text Example
White with #D0BEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BEFD; }
p { color: rgb(208,190,253); }
H1.HeaderClassName
{
color: #D0BEFD;
}
.AnyTagClassName
{
color: #D0BEFD;
}
</style>
background-color css
<style>
a { background-color: #D0BEFD; }
a { background-color: rgb(208,190,253); }
div.DivClassName
{
background-color: #D0BEFD;
}
.BgClassName
{
background-color: #D0BEFD;
}
</style>
border-color css
<style>
span { border-color: #D0BEFD; }
span { border-color: rgb(208,190,253); }
td.TdClassName
{
border-color: #D0BEFD;
}
.TagClassName
{
border-color: #D0BEFD;
}
</style>