Shades of Perfume #CAAEE9
Tints of Perfume #CAAEE9
RGB
CMYK
RGB Variations
Color information
#CAAEE9 (or 0xCAAEE9) is known color: Perfume. HEX triplet: CA, AE and E9. RGB value is (202,174,233). Sum of RGB (Red+Green+Blue) = 202+174+233=609 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.17% from 609); Green value is 174 (68.36% from 255 or 28.57% from 609); Blue value is 233 (91.41% from 255 or 38.26% from 609); Max value from RGB is 233 - color contains mainly: blue. Hex color #CAAEE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAAEE9 is #355116. Grayscale: #BCBCBC. Windows color (decimal): -3494167 or 15314634. OLE color: 15314634.
HSL color Cylindrical-coordinate representation of color #CAAEE9: hue angle of 268.47º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CAAEE9 is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 174 | 233 | - |
| CMYK | 0.13 | 0.25 | 0 | 0.09 |
| HSL | 268.47º | 0.57% | 0.8% | - |
| HSV(B) | 268.47º | 0.25% | 0.91% | - |
| XYZ | 54.2 | 48.71 | 83.64 | - |
| YUV | 189.1 | 152.78 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 174 | 233 | 0.13 | 0.25 | 0 | 0.09 | 268.47 | 0.57 | 0.8 |
| Hex | CA | AE | E9 | D | 19 | 0 | 9 | 10C | 39 | 50 |
| Octal | 312 | 256 | 351 | 15 | 31 | 0 | 11 | 414 | 71 | 120 |
| Binary | 11001010 | 10101110 | 11101001 | 1101 | 11001 | 0 | 1001 | 100001100 | 111001 | 1010000 |
Color Harmonies of #CAAEE9
Complementary color
Monochromatic Colors of #CAAEE9
Black with #CAAEE9
Text Example
Text Example
White with #CAAEE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAEE9; }
p { color: rgb(202,174,233); }
H1.HeaderClassName
{
color: #CAAEE9;
}
.AnyTagClassName
{
color: #CAAEE9;
}
</style>
background-color css
<style>
a { background-color: #CAAEE9; }
a { background-color: rgb(202,174,233); }
div.DivClassName
{
background-color: #CAAEE9;
}
.BgClassName
{
background-color: #CAAEE9;
}
</style>
border-color css
<style>
span { border-color: #CAAEE9; }
span { border-color: rgb(202,174,233); }
td.TdClassName
{
border-color: #CAAEE9;
}
.TagClassName
{
border-color: #CAAEE9;
}
</style>