Shades of Perfume #CAAEED
Tints of Perfume #CAAEED
RGB
CMYK
RGB Variations
Color information
#CAAEED (or 0xCAAEED) is known color: Perfume. HEX triplet: CA, AE and ED. RGB value is (202,174,237). Sum of RGB (Red+Green+Blue) = 202+174+237=613 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.95% from 613); Green value is 174 (68.36% from 255 or 28.38% from 613); Blue value is 237 (92.97% from 255 or 38.66% from 613); Max value from RGB is 237 - color contains mainly: blue. Hex color #CAAEED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAAEED is #355112. Grayscale: #BDBDBD. Windows color (decimal): -3494163 or 15576778. OLE color: 15576778.
HSL color Cylindrical-coordinate representation of color #CAAEED: hue angle of 266.67º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CAAEED is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 174 | 237 | - |
| CMYK | 0.15 | 0.27 | 0 | 0.07 |
| HSL | 266.67º | 0.64% | 0.81% | - |
| HSV(B) | 266.67º | 0.27% | 0.93% | - |
| XYZ | 54.78 | 48.94 | 86.68 | - |
| YUV | 189.55 | 154.78 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 174 | 237 | 0.15 | 0.27 | 0 | 0.07 | 266.67 | 0.64 | 0.81 |
| Hex | CA | AE | ED | F | 1B | 0 | 7 | 10B | 40 | 51 |
| Octal | 312 | 256 | 355 | 17 | 33 | 0 | 7 | 413 | 100 | 121 |
| Binary | 11001010 | 10101110 | 11101101 | 1111 | 11011 | 0 | 111 | 100001011 | 1000000 | 1010001 |
Color Harmonies of #CAAEED
Complementary color
Monochromatic Colors of #CAAEED
Black with #CAAEED
Text Example
Text Example
White with #CAAEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAEED; }
p { color: rgb(202,174,237); }
H1.HeaderClassName
{
color: #CAAEED;
}
.AnyTagClassName
{
color: #CAAEED;
}
</style>
background-color css
<style>
a { background-color: #CAAEED; }
a { background-color: rgb(202,174,237); }
div.DivClassName
{
background-color: #CAAEED;
}
.BgClassName
{
background-color: #CAAEED;
}
</style>
border-color css
<style>
span { border-color: #CAAEED; }
span { border-color: rgb(202,174,237); }
td.TdClassName
{
border-color: #CAAEED;
}
.TagClassName
{
border-color: #CAAEED;
}
</style>