Shades of Mauve #CCACFD
Tints of Mauve #CCACFD
RGB
CMYK
RGB Variations
Color information
#CCACFD (or 0xCCACFD) is known color: Mauve. HEX triplet: CC, AC and FD. RGB value is (204,172,253). Sum of RGB (Red+Green+Blue) = 204+172+253=629 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.43% from 629); Green value is 172 (67.58% from 255 or 27.34% from 629); Blue value is 253 (99.22% from 255 or 40.22% from 629); Max value from RGB is 253 - color contains mainly: blue. Hex color #CCACFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCACFD is #335302. Grayscale: #BEBEBE. Windows color (decimal): -3363587 or 16624844. OLE color: 16624844.
HSL color Cylindrical-coordinate representation of color #CCACFD: hue angle of 263.7º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CCACFD is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 204 | 172 | 253 | - |
CMYK | 0.19 | 0.32 | 0 | 0.01 |
HSL | 263.7º | 0.95% | 0.83% | - |
HSV(B) | 263.7º | 0.32% | 0.99% | - |
XYZ | 57.38 | 49.43 | 99.45 | - |
YUV | 190.8 | 163.1 | 137.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 172 | 253 | 0.19 | 0.32 | 0 | 0.01 | 263.7 | 0.95 | 0.83 |
Hex | CC | AC | FD | 13 | 20 | 0 | 1 | 108 | 5F | 53 |
Octal | 314 | 254 | 375 | 23 | 40 | 0 | 1 | 410 | 137 | 123 |
Binary | 11001100 | 10101100 | 11111101 | 10011 | 100000 | 0 | 1 | 100001000 | 1011111 | 1010011 |
Color Harmonies of #CCACFD
Complementary color
Monochromatic Colors of #CCACFD
Black with #CCACFD
Text Example
Text Example
White with #CCACFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCACFD; }
p { color: rgb(204,172,253); }
H1.HeaderClassName
{
color: #CCACFD;
}
.AnyTagClassName
{
color: #CCACFD;
}
</style>
background-color css
<style>
a { background-color: #CCACFD; }
a { background-color: rgb(204,172,253); }
div.DivClassName
{
background-color: #CCACFD;
}
.BgClassName
{
background-color: #CCACFD;
}
</style>
border-color css
<style>
span { border-color: #CCACFD; }
span { border-color: rgb(204,172,253); }
td.TdClassName
{
border-color: #CCACFD;
}
.TagClassName
{
border-color: #CCACFD;
}
</style>