Shades of Perfume #CAA6ED
Tints of Perfume #CAA6ED
RGB
CMYK
RGB Variations
Color information
#CAA6ED (or 0xCAA6ED) is known color: Perfume. HEX triplet: CA, A6 and ED. RGB value is (202,166,237). Sum of RGB (Red+Green+Blue) = 202+166+237=605 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.39% from 605); Green value is 166 (65.23% from 255 or 27.44% from 605); Blue value is 237 (92.97% from 255 or 39.17% from 605); Max value from RGB is 237 - color contains mainly: blue. Hex color #CAA6ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAA6ED is #355912. Grayscale: #B8B8B8. Windows color (decimal): -3496211 or 15574730. OLE color: 15574730.
HSL color Cylindrical-coordinate representation of color #CAA6ED: hue angle of 270.42º 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 #CAA6ED is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 202 | 166 | 237 | - |
CMYK | 0.15 | 0.30 | 0 | 0.07 |
HSL | 270.42º | 0.66% | 0.79% | - |
HSV(B) | 270.42º | 0.3% | 0.93% | - |
XYZ | 53.28 | 45.94 | 86.18 | - |
YUV | 184.86 | 157.43 | 140.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 166 | 237 | 0.15 | 0.30 | 0 | 0.07 | 270.42 | 0.66 | 0.79 |
Hex | CA | A6 | ED | F | 1E | 0 | 7 | 10E | 42 | 4F |
Octal | 312 | 246 | 355 | 17 | 36 | 0 | 7 | 416 | 102 | 117 |
Binary | 11001010 | 10100110 | 11101101 | 1111 | 11110 | 0 | 111 | 100001110 | 1000010 | 1001111 |
Color Harmonies of #CAA6ED
Complementary color
Monochromatic Colors of #CAA6ED
Black with #CAA6ED
Text Example
Text Example
White with #CAA6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA6ED; }
p { color: rgb(202,166,237); }
H1.HeaderClassName
{
color: #CAA6ED;
}
.AnyTagClassName
{
color: #CAA6ED;
}
</style>
background-color css
<style>
a { background-color: #CAA6ED; }
a { background-color: rgb(202,166,237); }
div.DivClassName
{
background-color: #CAA6ED;
}
.BgClassName
{
background-color: #CAA6ED;
}
</style>
border-color css
<style>
span { border-color: #CAA6ED; }
span { border-color: rgb(202,166,237); }
td.TdClassName
{
border-color: #CAA6ED;
}
.TagClassName
{
border-color: #CAA6ED;
}
</style>