Shades of Mauve #D2B2ED
Tints of Mauve #D2B2ED
RGB
CMYK
RGB Variations
Color information
#D2B2ED (or 0xD2B2ED) is known color: Mauve. HEX triplet: D2, B2 and ED. RGB value is (210,178,237). Sum of RGB (Red+Green+Blue) = 210+178+237=625 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.6% from 625); Green value is 178 (69.92% from 255 or 28.48% from 625); Blue value is 237 (92.97% from 255 or 37.92% from 625); Max value from RGB is 237 - color contains mainly: blue. Hex color #D2B2ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2B2ED is #2D4D12. Grayscale: #C2C2C2. Windows color (decimal): -2968851 or 15577810. OLE color: 15577810.
HSL color Cylindrical-coordinate representation of color #D2B2ED: hue angle of 272.54º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D2B2ED is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 210 | 178 | 237 | - |
CMYK | 0.11 | 0.25 | 0 | 0.07 |
HSL | 272.54º | 0.62% | 0.81% | - |
HSV(B) | 272.54º | 0.25% | 0.93% | - |
XYZ | 57.78 | 51.66 | 87.05 | - |
YUV | 194.29 | 152.1 | 139.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 210 | 178 | 237 | 0.11 | 0.25 | 0 | 0.07 | 272.54 | 0.62 | 0.81 |
Hex | D2 | B2 | ED | B | 19 | 0 | 7 | 111 | 3E | 51 |
Octal | 322 | 262 | 355 | 13 | 31 | 0 | 7 | 421 | 76 | 121 |
Binary | 11010010 | 10110010 | 11101101 | 1011 | 11001 | 0 | 111 | 100010001 | 111110 | 1010001 |
Color Harmonies of #D2B2ED
Complementary color
Monochromatic Colors of #D2B2ED
Black with #D2B2ED
Text Example
Text Example
White with #D2B2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B2ED; }
p { color: rgb(210,178,237); }
H1.HeaderClassName
{
color: #D2B2ED;
}
.AnyTagClassName
{
color: #D2B2ED;
}
</style>
background-color css
<style>
a { background-color: #D2B2ED; }
a { background-color: rgb(210,178,237); }
div.DivClassName
{
background-color: #D2B2ED;
}
.BgClassName
{
background-color: #D2B2ED;
}
</style>
border-color css
<style>
span { border-color: #D2B2ED; }
span { border-color: rgb(210,178,237); }
td.TdClassName
{
border-color: #D2B2ED;
}
.TagClassName
{
border-color: #D2B2ED;
}
</style>