Shades of Mauve #D0B2FC
Tints of Mauve #D0B2FC
RGB
CMYK
RGB Variations
Color information
#D0B2FC (or 0xD0B2FC) is known color: Mauve. HEX triplet: D0, B2 and FC. RGB value is (208,178,252). Sum of RGB (Red+Green+Blue) = 208+178+252=638 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.60% from 638); Green value is 178 (69.92% from 255 or 27.90% from 638); Blue value is 252 (98.83% from 255 or 39.50% from 638); Max value from RGB is 252 - color contains mainly: blue. Hex color #D0B2FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0B2FC is #2F4D03. Grayscale: #C3C3C3. Windows color (decimal): -3099908 or 16560848. OLE color: 16560848.
HSL color Cylindrical-coordinate representation of color #D0B2FC: hue angle of 264.32º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D0B2FC is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 208 | 178 | 252 | - |
CMYK | 0.17 | 0.29 | 0 | 0.01 |
HSL | 264.32º | 0.93% | 0.84% | - |
HSV(B) | 264.32º | 0.29% | 0.99% | - |
XYZ | 59.5 | 52.28 | 99.05 | - |
YUV | 195.41 | 159.94 | 136.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 178 | 252 | 0.17 | 0.29 | 0 | 0.01 | 264.32 | 0.93 | 0.84 |
Hex | D0 | B2 | FC | 11 | 1D | 0 | 1 | 108 | 5C | 54 |
Octal | 320 | 262 | 374 | 21 | 35 | 0 | 1 | 410 | 134 | 124 |
Binary | 11010000 | 10110010 | 11111100 | 10001 | 11101 | 0 | 1 | 100001000 | 1011100 | 1010100 |
Color Harmonies of #D0B2FC
Complementary color
Monochromatic Colors of #D0B2FC
Black with #D0B2FC
Text Example
Text Example
White with #D0B2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B2FC; }
p { color: rgb(208,178,252); }
H1.HeaderClassName
{
color: #D0B2FC;
}
.AnyTagClassName
{
color: #D0B2FC;
}
</style>
background-color css
<style>
a { background-color: #D0B2FC; }
a { background-color: rgb(208,178,252); }
div.DivClassName
{
background-color: #D0B2FC;
}
.BgClassName
{
background-color: #D0B2FC;
}
</style>
border-color css
<style>
span { border-color: #D0B2FC; }
span { border-color: rgb(208,178,252); }
td.TdClassName
{
border-color: #D0B2FC;
}
.TagClassName
{
border-color: #D0B2FC;
}
</style>