Shades of Perfume #CAB1DF
Tints of Perfume #CAB1DF
RGB
CMYK
RGB Variations
Color information
#CAB1DF (or 0xCAB1DF) is known color: Perfume. HEX triplet: CA, B1 and DF. RGB value is (202,177,223). Sum of RGB (Red+Green+Blue) = 202+177+223=602 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.55% from 602); Green value is 177 (69.53% from 255 or 29.40% from 602); Blue value is 223 (87.5% from 255 or 37.04% from 602); Max value from RGB is 223 - color contains mainly: blue. Hex color #CAB1DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAB1DF is #354E20. Grayscale: #BDBDBD. Windows color (decimal): -3493409 or 14660042. OLE color: 14660042.
HSL color Cylindrical-coordinate representation of color #CAB1DF: hue angle of 272.61º 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 #CAB1DF is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 177 | 223 | - |
| CMYK | 0.09 | 0.21 | 0 | 0.13 |
| HSL | 272.61º | 0.42% | 0.78% | - |
| HSV(B) | 272.61º | 0.21% | 0.87% | - |
| XYZ | 53.4 | 49.33 | 76.52 | - |
| YUV | 189.72 | 146.78 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 177 | 223 | 0.09 | 0.21 | 0 | 0.13 | 272.61 | 0.42 | 0.78 |
| Hex | CA | B1 | DF | 9 | 15 | 0 | D | 111 | 2A | 4E |
| Octal | 312 | 261 | 337 | 11 | 25 | 0 | 15 | 421 | 52 | 116 |
| Binary | 11001010 | 10110001 | 11011111 | 1001 | 10101 | 0 | 1101 | 100010001 | 101010 | 1001110 |
Color Harmonies of #CAB1DF
Complementary color
Monochromatic Colors of #CAB1DF
Black with #CAB1DF
Text Example
Text Example
White with #CAB1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB1DF; }
p { color: rgb(202,177,223); }
H1.HeaderClassName
{
color: #CAB1DF;
}
.AnyTagClassName
{
color: #CAB1DF;
}
</style>
background-color css
<style>
a { background-color: #CAB1DF; }
a { background-color: rgb(202,177,223); }
div.DivClassName
{
background-color: #CAB1DF;
}
.BgClassName
{
background-color: #CAB1DF;
}
</style>
border-color css
<style>
span { border-color: #CAB1DF; }
span { border-color: rgb(202,177,223); }
td.TdClassName
{
border-color: #CAB1DF;
}
.TagClassName
{
border-color: #CAB1DF;
}
</style>