Shades of Perfume #CAA7ED
Tints of Perfume #CAA7ED
RGB
CMYK
RGB Variations
Color information
#CAA7ED (or 0xCAA7ED) is known color: Perfume. HEX triplet: CA, A7 and ED. RGB value is (202,167,237). Sum of RGB (Red+Green+Blue) = 202+167+237=606 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.33% from 606); Green value is 167 (65.62% from 255 or 27.56% from 606); Blue value is 237 (92.97% from 255 or 39.11% from 606); Max value from RGB is 237 - color contains mainly: blue. Hex color #CAA7ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAA7ED is #355812. Grayscale: #B9B9B9. Windows color (decimal): -3495955 or 15574986. OLE color: 15574986.
HSL color Cylindrical-coordinate representation of color #CAA7ED: hue angle of 270º degrees, saturation: 0.66, 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 #CAA7ED is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 167 | 237 | - |
| CMYK | 0.15 | 0.30 | 0 | 0.07 |
| HSL | 270º | 0.66% | 0.79% | - |
| HSV(B) | 270º | 0.3% | 0.93% | - |
| XYZ | 53.46 | 46.31 | 86.24 | - |
| YUV | 185.45 | 157.1 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 167 | 237 | 0.15 | 0.30 | 0 | 0.07 | 270 | 0.66 | 0.79 |
| Hex | CA | A7 | ED | F | 1E | 0 | 7 | 10E | 42 | 4F |
| Octal | 312 | 247 | 355 | 17 | 36 | 0 | 7 | 416 | 102 | 117 |
| Binary | 11001010 | 10100111 | 11101101 | 1111 | 11110 | 0 | 111 | 100001110 | 1000010 | 1001111 |
Color Harmonies of #CAA7ED
Complementary color
Monochromatic Colors of #CAA7ED
Black with #CAA7ED
Text Example
Text Example
White with #CAA7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA7ED; }
p { color: rgb(202,167,237); }
H1.HeaderClassName
{
color: #CAA7ED;
}
.AnyTagClassName
{
color: #CAA7ED;
}
</style>
background-color css
<style>
a { background-color: #CAA7ED; }
a { background-color: rgb(202,167,237); }
div.DivClassName
{
background-color: #CAA7ED;
}
.BgClassName
{
background-color: #CAA7ED;
}
</style>
border-color css
<style>
span { border-color: #CAA7ED; }
span { border-color: rgb(202,167,237); }
td.TdClassName
{
border-color: #CAA7ED;
}
.TagClassName
{
border-color: #CAA7ED;
}
</style>