Shades of Perfume #CAB0DF
Tints of Perfume #CAB0DF
RGB
CMYK
RGB Variations
Color information
#CAB0DF (or 0xCAB0DF) is known color: Perfume. HEX triplet: CA, B0 and DF. RGB value is (202,176,223). Sum of RGB (Red+Green+Blue) = 202+176+223=601 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.61% from 601); Green value is 176 (69.14% from 255 or 29.28% from 601); Blue value is 223 (87.5% from 255 or 37.10% from 601); Max value from RGB is 223 - color contains mainly: blue. Hex color #CAB0DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAB0DF is #354F20. Grayscale: #BCBCBC. Windows color (decimal): -3493665 or 14659786. OLE color: 14659786.
HSL color Cylindrical-coordinate representation of color #CAB0DF: hue angle of 273.19º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CAB0DF is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 176 | 223 | - |
| CMYK | 0.09 | 0.21 | 0 | 0.13 |
| HSL | 273.19º | 0.42% | 0.78% | - |
| HSV(B) | 273.19º | 0.21% | 0.87% | - |
| XYZ | 53.2 | 48.93 | 76.45 | - |
| YUV | 189.13 | 147.11 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 176 | 223 | 0.09 | 0.21 | 0 | 0.13 | 273.19 | 0.42 | 0.78 |
| Hex | CA | B0 | DF | 9 | 15 | 0 | D | 111 | 2A | 4E |
| Octal | 312 | 260 | 337 | 11 | 25 | 0 | 15 | 421 | 52 | 116 |
| Binary | 11001010 | 10110000 | 11011111 | 1001 | 10101 | 0 | 1101 | 100010001 | 101010 | 1001110 |
Color Harmonies of #CAB0DF
Complementary color
Monochromatic Colors of #CAB0DF
Black with #CAB0DF
Text Example
Text Example
White with #CAB0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB0DF; }
p { color: rgb(202,176,223); }
H1.HeaderClassName
{
color: #CAB0DF;
}
.AnyTagClassName
{
color: #CAB0DF;
}
</style>
background-color css
<style>
a { background-color: #CAB0DF; }
a { background-color: rgb(202,176,223); }
div.DivClassName
{
background-color: #CAB0DF;
}
.BgClassName
{
background-color: #CAB0DF;
}
</style>
border-color css
<style>
span { border-color: #CAB0DF; }
span { border-color: rgb(202,176,223); }
td.TdClassName
{
border-color: #CAB0DF;
}
.TagClassName
{
border-color: #CAB0DF;
}
</style>