Shades of Perfume #CAB7DD
Tints of Perfume #CAB7DD
RGB
CMYK
RGB Variations
Color information
#CAB7DD (or 0xCAB7DD) is known color: Perfume. HEX triplet: CA, B7 and DD. RGB value is (202,183,221). Sum of RGB (Red+Green+Blue) = 202+183+221=606 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.33% from 606); Green value is 183 (71.88% from 255 or 30.20% from 606); Blue value is 221 (86.72% from 255 or 36.47% from 606); Max value from RGB is 221 - color contains mainly: blue. Hex color #CAB7DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB7DD is #354822. Grayscale: #C0C0C0. Windows color (decimal): -3491875 or 14530506. OLE color: 14530506.
HSL color Cylindrical-coordinate representation of color #CAB7DD: hue angle of 270º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAB7DD is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 183 | 221 | - |
| CMYK | 0.09 | 0.17 | 0 | 0.13 |
| HSL | 270º | 0.36% | 0.79% | - |
| HSV(B) | 270º | 0.17% | 0.87% | - |
| XYZ | 54.34 | 51.64 | 75.51 | - |
| YUV | 193.01 | 143.79 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 183 | 221 | 0.09 | 0.17 | 0 | 0.13 | 270 | 0.36 | 0.79 |
| Hex | CA | B7 | DD | 9 | 11 | 0 | D | 10E | 24 | 4F |
| Octal | 312 | 267 | 335 | 11 | 21 | 0 | 15 | 416 | 44 | 117 |
| Binary | 11001010 | 10110111 | 11011101 | 1001 | 10001 | 0 | 1101 | 100001110 | 100100 | 1001111 |
Color Harmonies of #CAB7DD
Complementary color
Monochromatic Colors of #CAB7DD
Black with #CAB7DD
Text Example
Text Example
White with #CAB7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB7DD; }
p { color: rgb(202,183,221); }
H1.HeaderClassName
{
color: #CAB7DD;
}
.AnyTagClassName
{
color: #CAB7DD;
}
</style>
background-color css
<style>
a { background-color: #CAB7DD; }
a { background-color: rgb(202,183,221); }
div.DivClassName
{
background-color: #CAB7DD;
}
.BgClassName
{
background-color: #CAB7DD;
}
</style>
border-color css
<style>
span { border-color: #CAB7DD; }
span { border-color: rgb(202,183,221); }
td.TdClassName
{
border-color: #CAB7DD;
}
.TagClassName
{
border-color: #CAB7DD;
}
</style>