Shades of Perfume #CAB4DD
Tints of Perfume #CAB4DD
RGB
CMYK
RGB Variations
Color information
#CAB4DD (or 0xCAB4DD) is known color: Perfume. HEX triplet: CA, B4 and DD. RGB value is (202,180,221). Sum of RGB (Red+Green+Blue) = 202+180+221=603 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.50% from 603); Green value is 180 (70.70% from 255 or 29.85% from 603); Blue value is 221 (86.72% from 255 or 36.65% from 603); Max value from RGB is 221 - color contains mainly: blue. Hex color #CAB4DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB4DD is #354B22. Grayscale: #BFBFBF. Windows color (decimal): -3492643 or 14529738. OLE color: 14529738.
HSL color Cylindrical-coordinate representation of color #CAB4DD: hue angle of 272.2º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAB4DD is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 180 | 221 | - |
| CMYK | 0.09 | 0.19 | 0 | 0.13 |
| HSL | 272.2º | 0.38% | 0.79% | - |
| HSV(B) | 272.2º | 0.19% | 0.87% | - |
| XYZ | 53.73 | 50.42 | 75.31 | - |
| YUV | 191.25 | 144.79 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 180 | 221 | 0.09 | 0.19 | 0 | 0.13 | 272.2 | 0.38 | 0.79 |
| Hex | CA | B4 | DD | 9 | 13 | 0 | D | 110 | 26 | 4F |
| Octal | 312 | 264 | 335 | 11 | 23 | 0 | 15 | 420 | 46 | 117 |
| Binary | 11001010 | 10110100 | 11011101 | 1001 | 10011 | 0 | 1101 | 100010000 | 100110 | 1001111 |
Color Harmonies of #CAB4DD
Complementary color
Monochromatic Colors of #CAB4DD
Black with #CAB4DD
Text Example
Text Example
White with #CAB4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB4DD; }
p { color: rgb(202,180,221); }
H1.HeaderClassName
{
color: #CAB4DD;
}
.AnyTagClassName
{
color: #CAB4DD;
}
</style>
background-color css
<style>
a { background-color: #CAB4DD; }
a { background-color: rgb(202,180,221); }
div.DivClassName
{
background-color: #CAB4DD;
}
.BgClassName
{
background-color: #CAB4DD;
}
</style>
border-color css
<style>
span { border-color: #CAB4DD; }
span { border-color: rgb(202,180,221); }
td.TdClassName
{
border-color: #CAB4DD;
}
.TagClassName
{
border-color: #CAB4DD;
}
</style>