Shades of Perfume #CAABDF
Tints of Perfume #CAABDF
RGB
CMYK
RGB Variations
Color information
#CAABDF (or 0xCAABDF) is known color: Perfume. HEX triplet: CA, AB and DF. RGB value is (202,171,223). Sum of RGB (Red+Green+Blue) = 202+171+223=596 (78% of max value = 765). Red value is 202 (79.30% from 255 or 33.89% from 596); Green value is 171 (67.19% from 255 or 28.69% from 596); Blue value is 223 (87.5% from 255 or 37.42% from 596); Max value from RGB is 223 - color contains mainly: blue. Hex color #CAABDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAABDF is #355420. Grayscale: #BABABA. Windows color (decimal): -3494945 or 14658506. OLE color: 14658506.
HSL color Cylindrical-coordinate representation of color #CAABDF: hue angle of 275.77º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CAABDF is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 171 | 223 | - |
| CMYK | 0.09 | 0.23 | 0 | 0.13 |
| HSL | 275.77º | 0.45% | 0.77% | - |
| HSV(B) | 275.77º | 0.23% | 0.87% | - |
| XYZ | 52.24 | 47.01 | 76.13 | - |
| YUV | 186.2 | 148.77 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 171 | 223 | 0.09 | 0.23 | 0 | 0.13 | 275.77 | 0.45 | 0.77 |
| Hex | CA | AB | DF | 9 | 17 | 0 | D | 114 | 2D | 4D |
| Octal | 312 | 253 | 337 | 11 | 27 | 0 | 15 | 424 | 55 | 115 |
| Binary | 11001010 | 10101011 | 11011111 | 1001 | 10111 | 0 | 1101 | 100010100 | 101101 | 1001101 |
Color Harmonies of #CAABDF
Complementary color
Monochromatic Colors of #CAABDF
Black with #CAABDF
Text Example
Text Example
White with #CAABDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAABDF; }
p { color: rgb(202,171,223); }
H1.HeaderClassName
{
color: #CAABDF;
}
.AnyTagClassName
{
color: #CAABDF;
}
</style>
background-color css
<style>
a { background-color: #CAABDF; }
a { background-color: rgb(202,171,223); }
div.DivClassName
{
background-color: #CAABDF;
}
.BgClassName
{
background-color: #CAABDF;
}
</style>
border-color css
<style>
span { border-color: #CAABDF; }
span { border-color: rgb(202,171,223); }
td.TdClassName
{
border-color: #CAABDF;
}
.TagClassName
{
border-color: #CAABDF;
}
</style>