Shades of Perfume #CAACEA
Tints of Perfume #CAACEA
RGB
CMYK
RGB Variations
Color information
#CAACEA (or 0xCAACEA) is known color: Perfume. HEX triplet: CA, AC and EA. RGB value is (202,172,234). Sum of RGB (Red+Green+Blue) = 202+172+234=608 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.22% from 608); Green value is 172 (67.58% from 255 or 28.29% from 608); Blue value is 234 (91.80% from 255 or 38.49% from 608); Max value from RGB is 234 - color contains mainly: blue. Hex color #CAACEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAACEA is #355315. Grayscale: #BBBBBB. Windows color (decimal): -3494678 or 15379658. OLE color: 15379658.
HSL color Cylindrical-coordinate representation of color #CAACEA: hue angle of 269.03º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CAACEA is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 202 | 172 | 234 | - |
CMYK | 0.14 | 0.26 | 0 | 0.08 |
HSL | 269.03º | 0.6% | 0.8% | - |
HSV(B) | 269.03º | 0.26% | 0.92% | - |
XYZ | 53.96 | 48 | 84.26 | - |
YUV | 188.04 | 153.94 | 137.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 172 | 234 | 0.14 | 0.26 | 0 | 0.08 | 269.03 | 0.6 | 0.8 |
Hex | CA | AC | EA | E | 1A | 0 | 8 | 10D | 3C | 50 |
Octal | 312 | 254 | 352 | 16 | 32 | 0 | 10 | 415 | 74 | 120 |
Binary | 11001010 | 10101100 | 11101010 | 1110 | 11010 | 0 | 1000 | 100001101 | 111100 | 1010000 |
Color Harmonies of #CAACEA
Complementary color
Monochromatic Colors of #CAACEA
Black with #CAACEA
Text Example
Text Example
White with #CAACEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAACEA; }
p { color: rgb(202,172,234); }
H1.HeaderClassName
{
color: #CAACEA;
}
.AnyTagClassName
{
color: #CAACEA;
}
</style>
background-color css
<style>
a { background-color: #CAACEA; }
a { background-color: rgb(202,172,234); }
div.DivClassName
{
background-color: #CAACEA;
}
.BgClassName
{
background-color: #CAACEA;
}
</style>
border-color css
<style>
span { border-color: #CAACEA; }
span { border-color: rgb(202,172,234); }
td.TdClassName
{
border-color: #CAACEA;
}
.TagClassName
{
border-color: #CAACEA;
}
</style>