Shades of Perfume #CAAEDD
Tints of Perfume #CAAEDD
RGB
CMYK
RGB Variations
Color information
#CAAEDD (or 0xCAAEDD) is known color: Perfume. HEX triplet: CA, AE and DD. RGB value is (202,174,221). Sum of RGB (Red+Green+Blue) = 202+174+221=597 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.84% from 597); Green value is 174 (68.36% from 255 or 29.15% from 597); Blue value is 221 (86.72% from 255 or 37.02% from 597); Max value from RGB is 221 - color contains mainly: blue. Hex color #CAAEDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAEDD is #355122. Grayscale: #BBBBBB. Windows color (decimal): -3494179 or 14528202. OLE color: 14528202.
HSL color Cylindrical-coordinate representation of color #CAAEDD: hue angle of 275.74º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CAAEDD is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 202 | 174 | 221 | - |
CMYK | 0.09 | 0.21 | 0 | 0.13 |
HSL | 275.74º | 0.41% | 0.77% | - |
HSV(B) | 275.74º | 0.21% | 0.87% | - |
XYZ | 52.54 | 48.05 | 74.91 | - |
YUV | 187.73 | 146.78 | 138.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 174 | 221 | 0.09 | 0.21 | 0 | 0.13 | 275.74 | 0.41 | 0.77 |
Hex | CA | AE | DD | 9 | 15 | 0 | D | 114 | 29 | 4D |
Octal | 312 | 256 | 335 | 11 | 25 | 0 | 15 | 424 | 51 | 115 |
Binary | 11001010 | 10101110 | 11011101 | 1001 | 10101 | 0 | 1101 | 100010100 | 101001 | 1001101 |
Color Harmonies of #CAAEDD
Complementary color
Monochromatic Colors of #CAAEDD
Black with #CAAEDD
Text Example
Text Example
White with #CAAEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAEDD; }
p { color: rgb(202,174,221); }
H1.HeaderClassName
{
color: #CAAEDD;
}
.AnyTagClassName
{
color: #CAAEDD;
}
</style>
background-color css
<style>
a { background-color: #CAAEDD; }
a { background-color: rgb(202,174,221); }
div.DivClassName
{
background-color: #CAAEDD;
}
.BgClassName
{
background-color: #CAAEDD;
}
</style>
border-color css
<style>
span { border-color: #CAAEDD; }
span { border-color: rgb(202,174,221); }
td.TdClassName
{
border-color: #CAAEDD;
}
.TagClassName
{
border-color: #CAAEDD;
}
</style>