Shades of Perfume #CAB6DF
Tints of Perfume #CAB6DF
RGB
CMYK
RGB Variations
Color information
#CAB6DF (or 0xCAB6DF) is known color: Perfume. HEX triplet: CA, B6 and DF. RGB value is (202,182,223). Sum of RGB (Red+Green+Blue) = 202+182+223=607 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.28% from 607); Green value is 182 (71.48% from 255 or 29.98% from 607); Blue value is 223 (87.5% from 255 or 36.74% from 607); Max value from RGB is 223 - color contains mainly: blue. Hex color #CAB6DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB6DF is #354920. Grayscale: #C0C0C0. Windows color (decimal): -3492129 or 14661322. OLE color: 14661322.
HSL color Cylindrical-coordinate representation of color #CAB6DF: hue angle of 269.27º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CAB6DF is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 182 | 223 | - |
| CMYK | 0.09 | 0.18 | 0 | 0.13 |
| HSL | 269.27º | 0.39% | 0.79% | - |
| HSV(B) | 269.27º | 0.18% | 0.87% | - |
| XYZ | 54.4 | 51.34 | 76.85 | - |
| YUV | 192.65 | 145.13 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 182 | 223 | 0.09 | 0.18 | 0 | 0.13 | 269.27 | 0.39 | 0.79 |
| Hex | CA | B6 | DF | 9 | 12 | 0 | D | 10D | 27 | 4F |
| Octal | 312 | 266 | 337 | 11 | 22 | 0 | 15 | 415 | 47 | 117 |
| Binary | 11001010 | 10110110 | 11011111 | 1001 | 10010 | 0 | 1101 | 100001101 | 100111 | 1001111 |
Color Harmonies of #CAB6DF
Complementary color
Monochromatic Colors of #CAB6DF
Black with #CAB6DF
Text Example
Text Example
White with #CAB6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB6DF; }
p { color: rgb(202,182,223); }
H1.HeaderClassName
{
color: #CAB6DF;
}
.AnyTagClassName
{
color: #CAB6DF;
}
</style>
background-color css
<style>
a { background-color: #CAB6DF; }
a { background-color: rgb(202,182,223); }
div.DivClassName
{
background-color: #CAB6DF;
}
.BgClassName
{
background-color: #CAB6DF;
}
</style>
border-color css
<style>
span { border-color: #CAB6DF; }
span { border-color: rgb(202,182,223); }
td.TdClassName
{
border-color: #CAB6DF;
}
.TagClassName
{
border-color: #CAB6DF;
}
</style>