Shades of Perfume #CAAAEF
Tints of Perfume #CAAAEF
RGB
CMYK
RGB Variations
Color information
#CAAAEF (or 0xCAAAEF) is known color: Perfume. HEX triplet: CA, AA and EF. RGB value is (202,170,239). Sum of RGB (Red+Green+Blue) = 202+170+239=611 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.06% from 611); Green value is 170 (66.80% from 255 or 27.82% from 611); Blue value is 239 (93.75% from 255 or 39.12% from 611); Max value from RGB is 239 - color contains mainly: blue. Hex color #CAAAEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAAAEF is #355510. Grayscale: #BBBBBB. Windows color (decimal): -3495185 or 15706826. OLE color: 15706826.
HSL color Cylindrical-coordinate representation of color #CAAAEF: hue angle of 267.83º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CAAAEF is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 170 | 239 | - |
| CMYK | 0.15 | 0.29 | 0 | 0.06 |
| HSL | 267.83º | 0.68% | 0.8% | - |
| HSV(B) | 267.83º | 0.29% | 0.94% | - |
| XYZ | 54.31 | 47.54 | 87.97 | - |
| YUV | 187.43 | 157.1 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 170 | 239 | 0.15 | 0.29 | 0 | 0.06 | 267.83 | 0.68 | 0.8 |
| Hex | CA | AA | EF | F | 1D | 0 | 6 | 10C | 44 | 50 |
| Octal | 312 | 252 | 357 | 17 | 35 | 0 | 6 | 414 | 104 | 120 |
| Binary | 11001010 | 10101010 | 11101111 | 1111 | 11101 | 0 | 110 | 100001100 | 1000100 | 1010000 |
Color Harmonies of #CAAAEF
Complementary color
Monochromatic Colors of #CAAAEF
Black with #CAAAEF
Text Example
Text Example
White with #CAAAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAAEF; }
p { color: rgb(202,170,239); }
H1.HeaderClassName
{
color: #CAAAEF;
}
.AnyTagClassName
{
color: #CAAAEF;
}
</style>
background-color css
<style>
a { background-color: #CAAAEF; }
a { background-color: rgb(202,170,239); }
div.DivClassName
{
background-color: #CAAAEF;
}
.BgClassName
{
background-color: #CAAAEF;
}
</style>
border-color css
<style>
span { border-color: #CAAAEF; }
span { border-color: rgb(202,170,239); }
td.TdClassName
{
border-color: #CAAAEF;
}
.TagClassName
{
border-color: #CAAAEF;
}
</style>