Shades of Perfume #CAA5ED
Tints of Perfume #CAA5ED
RGB
CMYK
RGB Variations
Color information
#CAA5ED (or 0xCAA5ED) is known color: Perfume. HEX triplet: CA, A5 and ED. RGB value is (202,165,237). Sum of RGB (Red+Green+Blue) = 202+165+237=604 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.44% from 604); Green value is 165 (64.84% from 255 or 27.32% from 604); Blue value is 237 (92.97% from 255 or 39.24% from 604); Max value from RGB is 237 - color contains mainly: blue. Hex color #CAA5ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAA5ED is #355A12. Grayscale: #B8B8B8. Windows color (decimal): -3496467 or 15574474. OLE color: 15574474.
HSL color Cylindrical-coordinate representation of color #CAA5ED: hue angle of 270.83º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CAA5ED is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 165 | 237 | - |
| CMYK | 0.15 | 0.30 | 0 | 0.07 |
| HSL | 270.83º | 0.67% | 0.79% | - |
| HSV(B) | 270.83º | 0.3% | 0.93% | - |
| XYZ | 53.1 | 45.58 | 86.12 | - |
| YUV | 184.27 | 157.76 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 165 | 237 | 0.15 | 0.30 | 0 | 0.07 | 270.83 | 0.67 | 0.79 |
| Hex | CA | A5 | ED | F | 1E | 0 | 7 | 10F | 43 | 4F |
| Octal | 312 | 245 | 355 | 17 | 36 | 0 | 7 | 417 | 103 | 117 |
| Binary | 11001010 | 10100101 | 11101101 | 1111 | 11110 | 0 | 111 | 100001111 | 1000011 | 1001111 |
Color Harmonies of #CAA5ED
Complementary color
Monochromatic Colors of #CAA5ED
Black with #CAA5ED
Text Example
Text Example
White with #CAA5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA5ED; }
p { color: rgb(202,165,237); }
H1.HeaderClassName
{
color: #CAA5ED;
}
.AnyTagClassName
{
color: #CAA5ED;
}
</style>
background-color css
<style>
a { background-color: #CAA5ED; }
a { background-color: rgb(202,165,237); }
div.DivClassName
{
background-color: #CAA5ED;
}
.BgClassName
{
background-color: #CAA5ED;
}
</style>
border-color css
<style>
span { border-color: #CAA5ED; }
span { border-color: rgb(202,165,237); }
td.TdClassName
{
border-color: #CAA5ED;
}
.TagClassName
{
border-color: #CAA5ED;
}
</style>