Shades of Perfume #CAA8ED
Tints of Perfume #CAA8ED
RGB
CMYK
RGB Variations
Color information
#CAA8ED (or 0xCAA8ED) is known color: Perfume. HEX triplet: CA, A8 and ED. RGB value is (202,168,237). Sum of RGB (Red+Green+Blue) = 202+168+237=607 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.28% from 607); Green value is 168 (66.02% from 255 or 27.68% from 607); Blue value is 237 (92.97% from 255 or 39.04% from 607); Max value from RGB is 237 - color contains mainly: blue. Hex color #CAA8ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAA8ED is #355712. Grayscale: #B9B9B9. Windows color (decimal): -3495699 or 15575242. OLE color: 15575242.
HSL color Cylindrical-coordinate representation of color #CAA8ED: hue angle of 269.57º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CAA8ED is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 202 | 168 | 237 | - |
CMYK | 0.15 | 0.29 | 0 | 0.07 |
HSL | 269.57º | 0.66% | 0.79% | - |
HSV(B) | 269.57º | 0.29% | 0.93% | - |
XYZ | 53.65 | 46.68 | 86.3 | - |
YUV | 186.03 | 156.76 | 139.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 168 | 237 | 0.15 | 0.29 | 0 | 0.07 | 269.57 | 0.66 | 0.79 |
Hex | CA | A8 | ED | F | 1D | 0 | 7 | 10E | 42 | 4F |
Octal | 312 | 250 | 355 | 17 | 35 | 0 | 7 | 416 | 102 | 117 |
Binary | 11001010 | 10101000 | 11101101 | 1111 | 11101 | 0 | 111 | 100001110 | 1000010 | 1001111 |
Color Harmonies of #CAA8ED
Complementary color
Monochromatic Colors of #CAA8ED
Black with #CAA8ED
Text Example
Text Example
White with #CAA8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA8ED; }
p { color: rgb(202,168,237); }
H1.HeaderClassName
{
color: #CAA8ED;
}
.AnyTagClassName
{
color: #CAA8ED;
}
</style>
background-color css
<style>
a { background-color: #CAA8ED; }
a { background-color: rgb(202,168,237); }
div.DivClassName
{
background-color: #CAA8ED;
}
.BgClassName
{
background-color: #CAA8ED;
}
</style>
border-color css
<style>
span { border-color: #CAA8ED; }
span { border-color: rgb(202,168,237); }
td.TdClassName
{
border-color: #CAA8ED;
}
.TagClassName
{
border-color: #CAA8ED;
}
</style>