Shades of Perfume #CAAEE0
Tints of Perfume #CAAEE0
RGB
CMYK
RGB Variations
Color information
#CAAEE0 (or 0xCAAEE0) is known color: Perfume. HEX triplet: CA, AE and E0. RGB value is (202,174,224). Sum of RGB (Red+Green+Blue) = 202+174+224=600 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.67% from 600); Green value is 174 (68.36% from 255 or 29% from 600); Blue value is 224 (87.89% from 255 or 37.33% from 600); Max value from RGB is 224 - color contains mainly: blue. Hex color #CAAEE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAEE0 is #35511F. Grayscale: #BBBBBB. Windows color (decimal): -3494176 or 14724810. OLE color: 14724810.
HSL color Cylindrical-coordinate representation of color #CAAEE0: hue angle of 273.6º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CAAEE0 is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 174 | 224 | - |
| CMYK | 0.10 | 0.22 | 0 | 0.12 |
| HSL | 273.6º | 0.45% | 0.78% | - |
| HSV(B) | 273.6º | 0.22% | 0.88% | - |
| XYZ | 52.95 | 48.21 | 77.04 | - |
| YUV | 188.07 | 148.28 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 174 | 224 | 0.10 | 0.22 | 0 | 0.12 | 273.6 | 0.45 | 0.78 |
| Hex | CA | AE | E0 | A | 16 | 0 | C | 112 | 2D | 4E |
| Octal | 312 | 256 | 340 | 12 | 26 | 0 | 14 | 422 | 55 | 116 |
| Binary | 11001010 | 10101110 | 11100000 | 1010 | 10110 | 0 | 1100 | 100010010 | 101101 | 1001110 |
Color Harmonies of #CAAEE0
Complementary color
Monochromatic Colors of #CAAEE0
Black with #CAAEE0
Text Example
Text Example
White with #CAAEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAEE0; }
p { color: rgb(202,174,224); }
H1.HeaderClassName
{
color: #CAAEE0;
}
.AnyTagClassName
{
color: #CAAEE0;
}
</style>
background-color css
<style>
a { background-color: #CAAEE0; }
a { background-color: rgb(202,174,224); }
div.DivClassName
{
background-color: #CAAEE0;
}
.BgClassName
{
background-color: #CAAEE0;
}
</style>
border-color css
<style>
span { border-color: #CAAEE0; }
span { border-color: rgb(202,174,224); }
td.TdClassName
{
border-color: #CAAEE0;
}
.TagClassName
{
border-color: #CAAEE0;
}
</style>