Shades of Perfume #CAAEF1
Tints of Perfume #CAAEF1
RGB
CMYK
RGB Variations
Color information
#CAAEF1 (or 0xCAAEF1) is known color: Perfume. HEX triplet: CA, AE and F1. RGB value is (202,174,241). Sum of RGB (Red+Green+Blue) = 202+174+241=617 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.74% from 617); Green value is 174 (68.36% from 255 or 28.20% from 617); Blue value is 241 (94.53% from 255 or 39.06% from 617); Max value from RGB is 241 - color contains mainly: blue. Hex color #CAAEF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAAEF1 is #35510E. Grayscale: #BDBDBD. Windows color (decimal): -3494159 or 15838922. OLE color: 15838922.
HSL color Cylindrical-coordinate representation of color #CAAEF1: hue angle of 265.07º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CAAEF1 is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 174 | 241 | - |
| CMYK | 0.16 | 0.28 | 0 | 0.05 |
| HSL | 265.07º | 0.71% | 0.81% | - |
| HSV(B) | 265.07º | 0.28% | 0.95% | - |
| XYZ | 55.37 | 49.18 | 89.79 | - |
| YUV | 190.01 | 156.78 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 174 | 241 | 0.16 | 0.28 | 0 | 0.05 | 265.07 | 0.71 | 0.81 |
| Hex | CA | AE | F1 | 10 | 1C | 0 | 5 | 109 | 47 | 51 |
| Octal | 312 | 256 | 361 | 20 | 34 | 0 | 5 | 411 | 107 | 121 |
| Binary | 11001010 | 10101110 | 11110001 | 10000 | 11100 | 0 | 101 | 100001001 | 1000111 | 1010001 |
Color Harmonies of #CAAEF1
Complementary color
Monochromatic Colors of #CAAEF1
Black with #CAAEF1
Text Example
Text Example
White with #CAAEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAEF1; }
p { color: rgb(202,174,241); }
H1.HeaderClassName
{
color: #CAAEF1;
}
.AnyTagClassName
{
color: #CAAEF1;
}
</style>
background-color css
<style>
a { background-color: #CAAEF1; }
a { background-color: rgb(202,174,241); }
div.DivClassName
{
background-color: #CAAEF1;
}
.BgClassName
{
background-color: #CAAEF1;
}
</style>
border-color css
<style>
span { border-color: #CAAEF1; }
span { border-color: rgb(202,174,241); }
td.TdClassName
{
border-color: #CAAEF1;
}
.TagClassName
{
border-color: #CAAEF1;
}
</style>