Shades of Mauve #CCAAFD
Tints of Mauve #CCAAFD
RGB
CMYK
RGB Variations
Color information
#CCAAFD (or 0xCCAAFD) is known color: Mauve. HEX triplet: CC, AA and FD. RGB value is (204,170,253). Sum of RGB (Red+Green+Blue) = 204+170+253=627 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.54% from 627); Green value is 170 (66.80% from 255 or 27.11% from 627); Blue value is 253 (99.22% from 255 or 40.35% from 627); Max value from RGB is 253 - color contains mainly: blue. Hex color #CCAAFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCAAFD is #335502. Grayscale: #BDBDBD. Windows color (decimal): -3364099 or 16624332. OLE color: 16624332.
HSL color Cylindrical-coordinate representation of color #CCAAFD: hue angle of 264.58º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CCAAFD is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 204 | 170 | 253 | - |
CMYK | 0.19 | 0.33 | 0 | 0.01 |
HSL | 264.58º | 0.95% | 0.83% | - |
HSV(B) | 264.58º | 0.33% | 0.99% | - |
XYZ | 57.01 | 48.68 | 99.32 | - |
YUV | 189.63 | 163.76 | 138.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 170 | 253 | 0.19 | 0.33 | 0 | 0.01 | 264.58 | 0.95 | 0.83 |
Hex | CC | AA | FD | 13 | 21 | 0 | 1 | 109 | 5F | 53 |
Octal | 314 | 252 | 375 | 23 | 41 | 0 | 1 | 411 | 137 | 123 |
Binary | 11001100 | 10101010 | 11111101 | 10011 | 100001 | 0 | 1 | 100001001 | 1011111 | 1010011 |
Color Harmonies of #CCAAFD
Complementary color
Monochromatic Colors of #CCAAFD
Black with #CCAAFD
Text Example
Text Example
White with #CCAAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAAFD; }
p { color: rgb(204,170,253); }
H1.HeaderClassName
{
color: #CCAAFD;
}
.AnyTagClassName
{
color: #CCAAFD;
}
</style>
background-color css
<style>
a { background-color: #CCAAFD; }
a { background-color: rgb(204,170,253); }
div.DivClassName
{
background-color: #CCAAFD;
}
.BgClassName
{
background-color: #CCAAFD;
}
</style>
border-color css
<style>
span { border-color: #CCAAFD; }
span { border-color: rgb(204,170,253); }
td.TdClassName
{
border-color: #CCAAFD;
}
.TagClassName
{
border-color: #CCAAFD;
}
</style>