Shades of Perfume #CAB1DD
Tints of Perfume #CAB1DD
RGB
CMYK
RGB Variations
Color information
#CAB1DD (or 0xCAB1DD) is known color: Perfume. HEX triplet: CA, B1 and DD. RGB value is (202,177,221). Sum of RGB (Red+Green+Blue) = 202+177+221=600 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.67% from 600); Green value is 177 (69.53% from 255 or 29.5% from 600); Blue value is 221 (86.72% from 255 or 36.83% from 600); Max value from RGB is 221 - color contains mainly: blue. Hex color #CAB1DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAB1DD is #354E22. Grayscale: #BDBDBD. Windows color (decimal): -3493411 or 14528970. OLE color: 14528970.
HSL color Cylindrical-coordinate representation of color #CAB1DD: hue angle of 274.09º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAB1DD is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 177 | 221 | - |
| CMYK | 0.09 | 0.20 | 0 | 0.13 |
| HSL | 274.09º | 0.39% | 0.78% | - |
| HSV(B) | 274.09º | 0.2% | 0.87% | - |
| XYZ | 53.13 | 49.22 | 75.11 | - |
| YUV | 189.49 | 145.78 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 177 | 221 | 0.09 | 0.20 | 0 | 0.13 | 274.09 | 0.39 | 0.78 |
| Hex | CA | B1 | DD | 9 | 14 | 0 | D | 112 | 27 | 4E |
| Octal | 312 | 261 | 335 | 11 | 24 | 0 | 15 | 422 | 47 | 116 |
| Binary | 11001010 | 10110001 | 11011101 | 1001 | 10100 | 0 | 1101 | 100010010 | 100111 | 1001110 |
Color Harmonies of #CAB1DD
Complementary color
Monochromatic Colors of #CAB1DD
Black with #CAB1DD
Text Example
Text Example
White with #CAB1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB1DD; }
p { color: rgb(202,177,221); }
H1.HeaderClassName
{
color: #CAB1DD;
}
.AnyTagClassName
{
color: #CAB1DD;
}
</style>
background-color css
<style>
a { background-color: #CAB1DD; }
a { background-color: rgb(202,177,221); }
div.DivClassName
{
background-color: #CAB1DD;
}
.BgClassName
{
background-color: #CAB1DD;
}
</style>
border-color css
<style>
span { border-color: #CAB1DD; }
span { border-color: rgb(202,177,221); }
td.TdClassName
{
border-color: #CAB1DD;
}
.TagClassName
{
border-color: #CAB1DD;
}
</style>