Shades of Perfume #CAA2ED
Tints of Perfume #CAA2ED
RGB
CMYK
RGB Variations
Color information
#CAA2ED (or 0xCAA2ED) is known color: Perfume. HEX triplet: CA, A2 and ED. RGB value is (202,162,237). Sum of RGB (Red+Green+Blue) = 202+162+237=601 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.61% from 601); Green value is 162 (63.67% from 255 or 26.96% from 601); Blue value is 237 (92.97% from 255 or 39.43% from 601); Max value from RGB is 237 - color contains mainly: blue. Hex color #CAA2ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAA2ED is #355D12. Grayscale: #B6B6B6. Windows color (decimal): -3497235 or 15573706. OLE color: 15573706.
HSL color Cylindrical-coordinate representation of color #CAA2ED: hue angle of 272º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CAA2ED is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 162 | 237 | - |
| CMYK | 0.15 | 0.32 | 0 | 0.07 |
| HSL | 272º | 0.68% | 0.78% | - |
| HSV(B) | 272º | 0.32% | 0.93% | - |
| XYZ | 52.56 | 44.51 | 85.94 | - |
| YUV | 182.51 | 158.75 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 162 | 237 | 0.15 | 0.32 | 0 | 0.07 | 272 | 0.68 | 0.78 |
| Hex | CA | A2 | ED | F | 20 | 0 | 7 | 110 | 44 | 4E |
| Octal | 312 | 242 | 355 | 17 | 40 | 0 | 7 | 420 | 104 | 116 |
| Binary | 11001010 | 10100010 | 11101101 | 1111 | 100000 | 0 | 111 | 100010000 | 1000100 | 1001110 |
Color Harmonies of #CAA2ED
Complementary color
Monochromatic Colors of #CAA2ED
Black with #CAA2ED
Text Example
Text Example
White with #CAA2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA2ED; }
p { color: rgb(202,162,237); }
H1.HeaderClassName
{
color: #CAA2ED;
}
.AnyTagClassName
{
color: #CAA2ED;
}
</style>
background-color css
<style>
a { background-color: #CAA2ED; }
a { background-color: rgb(202,162,237); }
div.DivClassName
{
background-color: #CAA2ED;
}
.BgClassName
{
background-color: #CAA2ED;
}
</style>
border-color css
<style>
span { border-color: #CAA2ED; }
span { border-color: rgb(202,162,237); }
td.TdClassName
{
border-color: #CAA2ED;
}
.TagClassName
{
border-color: #CAA2ED;
}
</style>