Shades of Fog #D0B4F1
Tints of Fog #D0B4F1
RGB
CMYK
RGB Variations
Color information
#D0B4F1 (or 0xD0B4F1) is known color: Fog. HEX triplet: D0, B4 and F1. RGB value is (208,180,241). Sum of RGB (Red+Green+Blue) = 208+180+241=629 (83% of max value = 765). Red value is 208 (81.64% from 255 or 33.07% from 629); Green value is 180 (70.70% from 255 or 28.62% from 629); Blue value is 241 (94.53% from 255 or 38.31% from 629); Max value from RGB is 241 - color contains mainly: blue. Hex color #D0B4F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0B4F1 is #2F4B0E. Grayscale: #C3C3C3. Windows color (decimal): -3099407 or 15840464. OLE color: 15840464.
HSL color Cylindrical-coordinate representation of color #D0B4F1: hue angle of 267.54º degrees, saturation: 0.69, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D0B4F1 is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 180 | 241 | - |
| CMYK | 0.14 | 0.25 | 0 | 0.05 |
| HSL | 267.54º | 0.69% | 0.83% | - |
| HSV(B) | 267.54º | 0.25% | 0.95% | - |
| XYZ | 58.21 | 52.4 | 90.27 | - |
| YUV | 195.33 | 153.78 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 180 | 241 | 0.14 | 0.25 | 0 | 0.05 | 267.54 | 0.69 | 0.83 |
| Hex | D0 | B4 | F1 | E | 19 | 0 | 5 | 10C | 45 | 53 |
| Octal | 320 | 264 | 361 | 16 | 31 | 0 | 5 | 414 | 105 | 123 |
| Binary | 11010000 | 10110100 | 11110001 | 1110 | 11001 | 0 | 101 | 100001100 | 1000101 | 1010011 |
Color Harmonies of #D0B4F1
Complementary color
Monochromatic Colors of #D0B4F1
Black with #D0B4F1
Text Example
Text Example
White with #D0B4F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B4F1; }
p { color: rgb(208,180,241); }
H1.HeaderClassName
{
color: #D0B4F1;
}
.AnyTagClassName
{
color: #D0B4F1;
}
</style>
background-color css
<style>
a { background-color: #D0B4F1; }
a { background-color: rgb(208,180,241); }
div.DivClassName
{
background-color: #D0B4F1;
}
.BgClassName
{
background-color: #D0B4F1;
}
</style>
border-color css
<style>
span { border-color: #D0B4F1; }
span { border-color: rgb(208,180,241); }
td.TdClassName
{
border-color: #D0B4F1;
}
.TagClassName
{
border-color: #D0B4F1;
}
</style>