Shades of Perfume #CAADDD
Tints of Perfume #CAADDD
RGB
CMYK
RGB Variations
Color information
#CAADDD (or 0xCAADDD) is known color: Perfume. HEX triplet: CA, AD and DD. RGB value is (202,173,221). Sum of RGB (Red+Green+Blue) = 202+173+221=596 (78% of max value = 765). Red value is 202 (79.30% from 255 or 33.89% from 596); Green value is 173 (67.97% from 255 or 29.03% from 596); Blue value is 221 (86.72% from 255 or 37.08% from 596); Max value from RGB is 221 - color contains mainly: blue. Hex color #CAADDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAADDD is #355222. Grayscale: #BABABA. Windows color (decimal): -3494435 or 14527946. OLE color: 14527946.
HSL color Cylindrical-coordinate representation of color #CAADDD: hue angle of 276.25º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CAADDD is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 173 | 221 | - |
| CMYK | 0.09 | 0.22 | 0 | 0.13 |
| HSL | 276.25º | 0.41% | 0.77% | - |
| HSV(B) | 276.25º | 0.22% | 0.87% | - |
| XYZ | 52.35 | 47.66 | 74.85 | - |
| YUV | 187.14 | 147.11 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 173 | 221 | 0.09 | 0.22 | 0 | 0.13 | 276.25 | 0.41 | 0.77 |
| Hex | CA | AD | DD | 9 | 16 | 0 | D | 114 | 29 | 4D |
| Octal | 312 | 255 | 335 | 11 | 26 | 0 | 15 | 424 | 51 | 115 |
| Binary | 11001010 | 10101101 | 11011101 | 1001 | 10110 | 0 | 1101 | 100010100 | 101001 | 1001101 |
Color Harmonies of #CAADDD
Complementary color
Monochromatic Colors of #CAADDD
Black with #CAADDD
Text Example
Text Example
White with #CAADDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAADDD; }
p { color: rgb(202,173,221); }
H1.HeaderClassName
{
color: #CAADDD;
}
.AnyTagClassName
{
color: #CAADDD;
}
</style>
background-color css
<style>
a { background-color: #CAADDD; }
a { background-color: rgb(202,173,221); }
div.DivClassName
{
background-color: #CAADDD;
}
.BgClassName
{
background-color: #CAADDD;
}
</style>
border-color css
<style>
span { border-color: #CAADDD; }
span { border-color: rgb(202,173,221); }
td.TdClassName
{
border-color: #CAADDD;
}
.TagClassName
{
border-color: #CAADDD;
}
</style>