Shades of Perfume #CAADDF
Tints of Perfume #CAADDF
RGB
CMYK
RGB Variations
Color information
#CAADDF (or 0xCAADDF) is known color: Perfume. HEX triplet: CA, AD and DF. RGB value is (202,173,223). Sum of RGB (Red+Green+Blue) = 202+173+223=598 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.78% from 598); Green value is 173 (67.97% from 255 or 28.93% from 598); Blue value is 223 (87.5% from 255 or 37.29% from 598); Max value from RGB is 223 - color contains mainly: blue. Hex color #CAADDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAADDF is #355220. Grayscale: #BBBBBB. Windows color (decimal): -3494433 or 14659018. OLE color: 14659018.
HSL color Cylindrical-coordinate representation of color #CAADDF: hue angle of 274.8º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CAADDF is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 173 | 223 | - |
| CMYK | 0.09 | 0.22 | 0 | 0.13 |
| HSL | 274.8º | 0.44% | 0.78% | - |
| HSV(B) | 274.8º | 0.22% | 0.87% | - |
| XYZ | 52.62 | 47.77 | 76.26 | - |
| YUV | 187.37 | 148.11 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 173 | 223 | 0.09 | 0.22 | 0 | 0.13 | 274.8 | 0.44 | 0.78 |
| Hex | CA | AD | DF | 9 | 16 | 0 | D | 113 | 2C | 4E |
| Octal | 312 | 255 | 337 | 11 | 26 | 0 | 15 | 423 | 54 | 116 |
| Binary | 11001010 | 10101101 | 11011111 | 1001 | 10110 | 0 | 1101 | 100010011 | 101100 | 1001110 |
Color Harmonies of #CAADDF
Complementary color
Monochromatic Colors of #CAADDF
Black with #CAADDF
Text Example
Text Example
White with #CAADDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAADDF; }
p { color: rgb(202,173,223); }
H1.HeaderClassName
{
color: #CAADDF;
}
.AnyTagClassName
{
color: #CAADDF;
}
</style>
background-color css
<style>
a { background-color: #CAADDF; }
a { background-color: rgb(202,173,223); }
div.DivClassName
{
background-color: #CAADDF;
}
.BgClassName
{
background-color: #CAADDF;
}
</style>
border-color css
<style>
span { border-color: #CAADDF; }
span { border-color: rgb(202,173,223); }
td.TdClassName
{
border-color: #CAADDF;
}
.TagClassName
{
border-color: #CAADDF;
}
</style>