Shades of Perfume #CAB3DF
Tints of Perfume #CAB3DF
RGB
CMYK
RGB Variations
Color information
#CAB3DF (or 0xCAB3DF) is known color: Perfume. HEX triplet: CA, B3 and DF. RGB value is (202,179,223). Sum of RGB (Red+Green+Blue) = 202+179+223=604 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.44% from 604); Green value is 179 (70.31% from 255 or 29.64% from 604); Blue value is 223 (87.5% from 255 or 36.92% from 604); Max value from RGB is 223 - color contains mainly: blue. Hex color #CAB3DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB3DF is #354C20. Grayscale: #BEBEBE. Windows color (decimal): -3492897 or 14660554. OLE color: 14660554.
HSL color Cylindrical-coordinate representation of color #CAB3DF: hue angle of 271.36º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAB3DF is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 179 | 223 | - |
| CMYK | 0.09 | 0.20 | 0 | 0.13 |
| HSL | 271.36º | 0.41% | 0.79% | - |
| HSV(B) | 271.36º | 0.2% | 0.87% | - |
| XYZ | 53.8 | 50.12 | 76.65 | - |
| YUV | 190.89 | 146.12 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 179 | 223 | 0.09 | 0.20 | 0 | 0.13 | 271.36 | 0.41 | 0.79 |
| Hex | CA | B3 | DF | 9 | 14 | 0 | D | 10F | 29 | 4F |
| Octal | 312 | 263 | 337 | 11 | 24 | 0 | 15 | 417 | 51 | 117 |
| Binary | 11001010 | 10110011 | 11011111 | 1001 | 10100 | 0 | 1101 | 100001111 | 101001 | 1001111 |
Color Harmonies of #CAB3DF
Complementary color
Monochromatic Colors of #CAB3DF
Black with #CAB3DF
Text Example
Text Example
White with #CAB3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB3DF; }
p { color: rgb(202,179,223); }
H1.HeaderClassName
{
color: #CAB3DF;
}
.AnyTagClassName
{
color: #CAB3DF;
}
</style>
background-color css
<style>
a { background-color: #CAB3DF; }
a { background-color: rgb(202,179,223); }
div.DivClassName
{
background-color: #CAB3DF;
}
.BgClassName
{
background-color: #CAB3DF;
}
</style>
border-color css
<style>
span { border-color: #CAB3DF; }
span { border-color: rgb(202,179,223); }
td.TdClassName
{
border-color: #CAB3DF;
}
.TagClassName
{
border-color: #CAB3DF;
}
</style>