Shades of Perfume #CAB3DD
Tints of Perfume #CAB3DD
RGB
CMYK
RGB Variations
Color information
#CAB3DD (or 0xCAB3DD) is known color: Perfume. HEX triplet: CA, B3 and DD. RGB value is (202,179,221). Sum of RGB (Red+Green+Blue) = 202+179+221=602 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.55% from 602); Green value is 179 (70.31% from 255 or 29.73% from 602); Blue value is 221 (86.72% from 255 or 36.71% from 602); Max value from RGB is 221 - color contains mainly: blue. Hex color #CAB3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB3DD is #354C22. Grayscale: #BEBEBE. Windows color (decimal): -3492899 or 14529482. OLE color: 14529482.
HSL color Cylindrical-coordinate representation of color #CAB3DD: hue angle of 272.86º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAB3DD is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 179 | 221 | - |
| CMYK | 0.09 | 0.19 | 0 | 0.13 |
| HSL | 272.86º | 0.38% | 0.78% | - |
| HSV(B) | 272.86º | 0.19% | 0.87% | - |
| XYZ | 53.53 | 50.02 | 75.24 | - |
| YUV | 190.67 | 145.12 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 179 | 221 | 0.09 | 0.19 | 0 | 0.13 | 272.86 | 0.38 | 0.78 |
| Hex | CA | B3 | DD | 9 | 13 | 0 | D | 111 | 26 | 4E |
| Octal | 312 | 263 | 335 | 11 | 23 | 0 | 15 | 421 | 46 | 116 |
| Binary | 11001010 | 10110011 | 11011101 | 1001 | 10011 | 0 | 1101 | 100010001 | 100110 | 1001110 |
Color Harmonies of #CAB3DD
Complementary color
Monochromatic Colors of #CAB3DD
Black with #CAB3DD
Text Example
Text Example
White with #CAB3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB3DD; }
p { color: rgb(202,179,221); }
H1.HeaderClassName
{
color: #CAB3DD;
}
.AnyTagClassName
{
color: #CAB3DD;
}
</style>
background-color css
<style>
a { background-color: #CAB3DD; }
a { background-color: rgb(202,179,221); }
div.DivClassName
{
background-color: #CAB3DD;
}
.BgClassName
{
background-color: #CAB3DD;
}
</style>
border-color css
<style>
span { border-color: #CAB3DD; }
span { border-color: rgb(202,179,221); }
td.TdClassName
{
border-color: #CAB3DD;
}
.TagClassName
{
border-color: #CAB3DD;
}
</style>