Shades of Perfume #CAAEE5
Tints of Perfume #CAAEE5
RGB
CMYK
RGB Variations
Color information
#CAAEE5 (or 0xCAAEE5) is known color: Perfume. HEX triplet: CA, AE and E5. RGB value is (202,174,229). Sum of RGB (Red+Green+Blue) = 202+174+229=605 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.39% from 605); Green value is 174 (68.36% from 255 or 28.76% from 605); Blue value is 229 (89.84% from 255 or 37.85% from 605); Max value from RGB is 229 - color contains mainly: blue. Hex color #CAAEE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAEE5 is #35511A. Grayscale: #BCBCBC. Windows color (decimal): -3494171 or 15052490. OLE color: 15052490.
HSL color Cylindrical-coordinate representation of color #CAAEE5: hue angle of 270.55º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CAAEE5 is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 174 | 229 | - |
| CMYK | 0.12 | 0.24 | 0 | 0.10 |
| HSL | 270.55º | 0.51% | 0.79% | - |
| HSV(B) | 270.55º | 0.24% | 0.9% | - |
| XYZ | 53.64 | 48.49 | 80.66 | - |
| YUV | 188.64 | 150.78 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 174 | 229 | 0.12 | 0.24 | 0 | 0.10 | 270.55 | 0.51 | 0.79 |
| Hex | CA | AE | E5 | C | 18 | 0 | A | 10F | 33 | 4F |
| Octal | 312 | 256 | 345 | 14 | 30 | 0 | 12 | 417 | 63 | 117 |
| Binary | 11001010 | 10101110 | 11100101 | 1100 | 11000 | 0 | 1010 | 100001111 | 110011 | 1001111 |
Color Harmonies of #CAAEE5
Complementary color
Monochromatic Colors of #CAAEE5
Black with #CAAEE5
Text Example
Text Example
White with #CAAEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAEE5; }
p { color: rgb(202,174,229); }
H1.HeaderClassName
{
color: #CAAEE5;
}
.AnyTagClassName
{
color: #CAAEE5;
}
</style>
background-color css
<style>
a { background-color: #CAAEE5; }
a { background-color: rgb(202,174,229); }
div.DivClassName
{
background-color: #CAAEE5;
}
.BgClassName
{
background-color: #CAAEE5;
}
</style>
border-color css
<style>
span { border-color: #CAAEE5; }
span { border-color: rgb(202,174,229); }
td.TdClassName
{
border-color: #CAAEE5;
}
.TagClassName
{
border-color: #CAAEE5;
}
</style>