Shades of Perfume #CAAEF3
Tints of Perfume #CAAEF3
RGB
CMYK
RGB Variations
Color information
#CAAEF3 (or 0xCAAEF3) is known color: Perfume. HEX triplet: CA, AE and F3. RGB value is (202,174,243). Sum of RGB (Red+Green+Blue) = 202+174+243=619 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.63% from 619); Green value is 174 (68.36% from 255 or 28.11% from 619); Blue value is 243 (95.31% from 255 or 39.26% from 619); Max value from RGB is 243 - color contains mainly: blue. Hex color #CAAEF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAAEF3 is #35510C. Grayscale: #BDBDBD. Windows color (decimal): -3494157 or 15969994. OLE color: 15969994.
HSL color Cylindrical-coordinate representation of color #CAAEF3: hue angle of 264.35º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CAAEF3 is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 174 | 243 | - |
| CMYK | 0.17 | 0.28 | 0 | 0.05 |
| HSL | 264.35º | 0.74% | 0.82% | - |
| HSV(B) | 264.35º | 0.28% | 0.95% | - |
| XYZ | 55.67 | 49.3 | 91.38 | - |
| YUV | 190.24 | 157.78 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 174 | 243 | 0.17 | 0.28 | 0 | 0.05 | 264.35 | 0.74 | 0.82 |
| Hex | CA | AE | F3 | 11 | 1C | 0 | 5 | 108 | 4A | 52 |
| Octal | 312 | 256 | 363 | 21 | 34 | 0 | 5 | 410 | 112 | 122 |
| Binary | 11001010 | 10101110 | 11110011 | 10001 | 11100 | 0 | 101 | 100001000 | 1001010 | 1010010 |
Color Harmonies of #CAAEF3
Complementary color
Monochromatic Colors of #CAAEF3
Black with #CAAEF3
Text Example
Text Example
White with #CAAEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAEF3; }
p { color: rgb(202,174,243); }
H1.HeaderClassName
{
color: #CAAEF3;
}
.AnyTagClassName
{
color: #CAAEF3;
}
</style>
background-color css
<style>
a { background-color: #CAAEF3; }
a { background-color: rgb(202,174,243); }
div.DivClassName
{
background-color: #CAAEF3;
}
.BgClassName
{
background-color: #CAAEF3;
}
</style>
border-color css
<style>
span { border-color: #CAAEF3; }
span { border-color: rgb(202,174,243); }
td.TdClassName
{
border-color: #CAAEF3;
}
.TagClassName
{
border-color: #CAAEF3;
}
</style>