Shades of Perfume #CAACEE
Tints of Perfume #CAACEE
RGB
CMYK
RGB Variations
Color information
#CAACEE (or 0xCAACEE) is known color: Perfume. HEX triplet: CA, AC and EE. RGB value is (202,172,238). Sum of RGB (Red+Green+Blue) = 202+172+238=612 (81% of max value = 765). Red value is 202 (79.30% from 255 or 33.01% from 612); Green value is 172 (67.58% from 255 or 28.10% from 612); Blue value is 238 (93.36% from 255 or 38.89% from 612); Max value from RGB is 238 - color contains mainly: blue. Hex color #CAACEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAACEE is #355311. Grayscale: #BCBCBC. Windows color (decimal): -3494674 or 15641802. OLE color: 15641802.
HSL color Cylindrical-coordinate representation of color #CAACEE: hue angle of 267.27º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CAACEE is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 172 | 238 | - |
| CMYK | 0.15 | 0.28 | 0 | 0.07 |
| HSL | 267.27º | 0.66% | 0.8% | - |
| HSV(B) | 267.27º | 0.28% | 0.93% | - |
| XYZ | 54.54 | 48.23 | 87.32 | - |
| YUV | 188.49 | 155.94 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 172 | 238 | 0.15 | 0.28 | 0 | 0.07 | 267.27 | 0.66 | 0.8 |
| Hex | CA | AC | EE | F | 1C | 0 | 7 | 10B | 42 | 50 |
| Octal | 312 | 254 | 356 | 17 | 34 | 0 | 7 | 413 | 102 | 120 |
| Binary | 11001010 | 10101100 | 11101110 | 1111 | 11100 | 0 | 111 | 100001011 | 1000010 | 1010000 |
Color Harmonies of #CAACEE
Complementary color
Monochromatic Colors of #CAACEE
Black with #CAACEE
Text Example
Text Example
White with #CAACEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAACEE; }
p { color: rgb(202,172,238); }
H1.HeaderClassName
{
color: #CAACEE;
}
.AnyTagClassName
{
color: #CAACEE;
}
</style>
background-color css
<style>
a { background-color: #CAACEE; }
a { background-color: rgb(202,172,238); }
div.DivClassName
{
background-color: #CAACEE;
}
.BgClassName
{
background-color: #CAACEE;
}
</style>
border-color css
<style>
span { border-color: #CAACEE; }
span { border-color: rgb(202,172,238); }
td.TdClassName
{
border-color: #CAACEE;
}
.TagClassName
{
border-color: #CAACEE;
}
</style>