Shades of Mauve #CDAFF3
Tints of Mauve #CDAFF3
RGB
CMYK
RGB Variations
Color information
#CDAFF3 (or 0xCDAFF3) is known color: Mauve. HEX triplet: CD, AF and F3. RGB value is (205,175,243). Sum of RGB (Red+Green+Blue) = 205+175+243=623 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.91% from 623); Green value is 175 (68.75% from 255 or 28.09% from 623); Blue value is 243 (95.31% from 255 or 39.00% from 623); Max value from RGB is 243 - color contains mainly: blue. Hex color #CDAFF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDAFF3 is #32500C. Grayscale: #BFBFBF. Windows color (decimal): -3297293 or 15970253. OLE color: 15970253.
HSL color Cylindrical-coordinate representation of color #CDAFF3: hue angle of 266.47º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CDAFF3 is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 205 | 175 | 243 | - |
CMYK | 0.16 | 0.28 | 0 | 0.05 |
HSL | 266.47º | 0.74% | 0.82% | - |
HSV(B) | 266.47º | 0.28% | 0.95% | - |
XYZ | 56.68 | 50.11 | 91.48 | - |
YUV | 191.72 | 156.94 | 137.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 175 | 243 | 0.16 | 0.28 | 0 | 0.05 | 266.47 | 0.74 | 0.82 |
Hex | CD | AF | F3 | 10 | 1C | 0 | 5 | 10A | 4A | 52 |
Octal | 315 | 257 | 363 | 20 | 34 | 0 | 5 | 412 | 112 | 122 |
Binary | 11001101 | 10101111 | 11110011 | 10000 | 11100 | 0 | 101 | 100001010 | 1001010 | 1010010 |
Color Harmonies of #CDAFF3
Complementary color
Monochromatic Colors of #CDAFF3
Black with #CDAFF3
Text Example
Text Example
White with #CDAFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDAFF3; }
p { color: rgb(205,175,243); }
H1.HeaderClassName
{
color: #CDAFF3;
}
.AnyTagClassName
{
color: #CDAFF3;
}
</style>
background-color css
<style>
a { background-color: #CDAFF3; }
a { background-color: rgb(205,175,243); }
div.DivClassName
{
background-color: #CDAFF3;
}
.BgClassName
{
background-color: #CDAFF3;
}
</style>
border-color css
<style>
span { border-color: #CDAFF3; }
span { border-color: rgb(205,175,243); }
td.TdClassName
{
border-color: #CDAFF3;
}
.TagClassName
{
border-color: #CDAFF3;
}
</style>