Shades of Perfume #CAB1EC
Tints of Perfume #CAB1EC
RGB
CMYK
RGB Variations
Color information
#CAB1EC (or 0xCAB1EC) is known color: Perfume. HEX triplet: CA, B1 and EC. RGB value is (202,177,236). Sum of RGB (Red+Green+Blue) = 202+177+236=615 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.85% from 615); Green value is 177 (69.53% from 255 or 28.78% from 615); Blue value is 236 (92.58% from 255 or 38.37% from 615); Max value from RGB is 236 - color contains mainly: blue. Hex color #CAB1EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAB1EC is #354E13. Grayscale: #BEBEBE. Windows color (decimal): -3493396 or 15512010. OLE color: 15512010.
HSL color Cylindrical-coordinate representation of color #CAB1EC: hue angle of 265.42º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CAB1EC is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 177 | 236 | - |
| CMYK | 0.14 | 0.25 | 0 | 0.07 |
| HSL | 265.42º | 0.61% | 0.81% | - |
| HSV(B) | 265.42º | 0.25% | 0.93% | - |
| XYZ | 55.22 | 50.06 | 86.11 | - |
| YUV | 191.2 | 153.28 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 177 | 236 | 0.14 | 0.25 | 0 | 0.07 | 265.42 | 0.61 | 0.81 |
| Hex | CA | B1 | EC | E | 19 | 0 | 7 | 109 | 3D | 51 |
| Octal | 312 | 261 | 354 | 16 | 31 | 0 | 7 | 411 | 75 | 121 |
| Binary | 11001010 | 10110001 | 11101100 | 1110 | 11001 | 0 | 111 | 100001001 | 111101 | 1010001 |
Color Harmonies of #CAB1EC
Complementary color
Monochromatic Colors of #CAB1EC
Black with #CAB1EC
Text Example
Text Example
White with #CAB1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB1EC; }
p { color: rgb(202,177,236); }
H1.HeaderClassName
{
color: #CAB1EC;
}
.AnyTagClassName
{
color: #CAB1EC;
}
</style>
background-color css
<style>
a { background-color: #CAB1EC; }
a { background-color: rgb(202,177,236); }
div.DivClassName
{
background-color: #CAB1EC;
}
.BgClassName
{
background-color: #CAB1EC;
}
</style>
border-color css
<style>
span { border-color: #CAB1EC; }
span { border-color: rgb(202,177,236); }
td.TdClassName
{
border-color: #CAB1EC;
}
.TagClassName
{
border-color: #CAB1EC;
}
</style>