Shades of Mauve #CDA4FB
Tints of Mauve #CDA4FB
RGB
CMYK
RGB Variations
Color information
#CDA4FB (or 0xCDA4FB) is known color: Mauve. HEX triplet: CD, A4 and FB. RGB value is (205,164,251). Sum of RGB (Red+Green+Blue) = 205+164+251=620 (82% of max value = 765). Red value is 205 (80.47% from 255 or 33.06% from 620); Green value is 164 (64.45% from 255 or 26.45% from 620); Blue value is 251 (98.44% from 255 or 40.48% from 620); Max value from RGB is 251 - color contains mainly: blue. Hex color #CDA4FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDA4FB is #325B04. Grayscale: #B9B9B9. Windows color (decimal): -3300101 or 16491725. OLE color: 16491725.
HSL color Cylindrical-coordinate representation of color #CDA4FB: hue angle of 268.28º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CDA4FB is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 205 | 164 | 251 | - |
CMYK | 0.18 | 0.35 | 0 | 0.02 |
HSL | 268.28º | 0.92% | 0.81% | - |
HSV(B) | 268.28º | 0.35% | 0.98% | - |
XYZ | 55.86 | 46.5 | 97.3 | - |
YUV | 186.18 | 164.58 | 141.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 164 | 251 | 0.18 | 0.35 | 0 | 0.02 | 268.28 | 0.92 | 0.81 |
Hex | CD | A4 | FB | 12 | 23 | 0 | 2 | 10C | 5C | 51 |
Octal | 315 | 244 | 373 | 22 | 43 | 0 | 2 | 414 | 134 | 121 |
Binary | 11001101 | 10100100 | 11111011 | 10010 | 100011 | 0 | 10 | 100001100 | 1011100 | 1010001 |
Color Harmonies of #CDA4FB
Complementary color
Monochromatic Colors of #CDA4FB
Black with #CDA4FB
Text Example
Text Example
White with #CDA4FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA4FB; }
p { color: rgb(205,164,251); }
H1.HeaderClassName
{
color: #CDA4FB;
}
.AnyTagClassName
{
color: #CDA4FB;
}
</style>
background-color css
<style>
a { background-color: #CDA4FB; }
a { background-color: rgb(205,164,251); }
div.DivClassName
{
background-color: #CDA4FB;
}
.BgClassName
{
background-color: #CDA4FB;
}
</style>
border-color css
<style>
span { border-color: #CDA4FB; }
span { border-color: rgb(205,164,251); }
td.TdClassName
{
border-color: #CDA4FB;
}
.TagClassName
{
border-color: #CDA4FB;
}
</style>