Shades of Perfume #CCACEC
Tints of Perfume #CCACEC
RGB
CMYK
RGB Variations
Color information
#CCACEC (or 0xCCACEC) is known color: Perfume. HEX triplet: CC, AC and EC. RGB value is (204,172,236). Sum of RGB (Red+Green+Blue) = 204+172+236=612 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.33% from 612); Green value is 172 (67.58% from 255 or 28.10% from 612); Blue value is 236 (92.58% from 255 or 38.56% from 612); Max value from RGB is 236 - color contains mainly: blue. Hex color #CCACEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCACEC is #335313. Grayscale: #BCBCBC. Windows color (decimal): -3363604 or 15510732. OLE color: 15510732.
HSL color Cylindrical-coordinate representation of color #CCACEC: hue angle of 270º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CCACEC is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 204 | 172 | 236 | - |
CMYK | 0.14 | 0.27 | 0 | 0.07 |
HSL | 270º | 0.63% | 0.8% | - |
HSV(B) | 270º | 0.27% | 0.93% | - |
XYZ | 54.79 | 48.4 | 85.81 | - |
YUV | 188.86 | 154.6 | 138.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 172 | 236 | 0.14 | 0.27 | 0 | 0.07 | 270 | 0.63 | 0.8 |
Hex | CC | AC | EC | E | 1B | 0 | 7 | 10E | 3F | 50 |
Octal | 314 | 254 | 354 | 16 | 33 | 0 | 7 | 416 | 77 | 120 |
Binary | 11001100 | 10101100 | 11101100 | 1110 | 11011 | 0 | 111 | 100001110 | 111111 | 1010000 |
Color Harmonies of #CCACEC
Complementary color
Monochromatic Colors of #CCACEC
Black with #CCACEC
Text Example
Text Example
White with #CCACEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCACEC; }
p { color: rgb(204,172,236); }
H1.HeaderClassName
{
color: #CCACEC;
}
.AnyTagClassName
{
color: #CCACEC;
}
</style>
background-color css
<style>
a { background-color: #CCACEC; }
a { background-color: rgb(204,172,236); }
div.DivClassName
{
background-color: #CCACEC;
}
.BgClassName
{
background-color: #CCACEC;
}
</style>
border-color css
<style>
span { border-color: #CCACEC; }
span { border-color: rgb(204,172,236); }
td.TdClassName
{
border-color: #CCACEC;
}
.TagClassName
{
border-color: #CCACEC;
}
</style>