Shades of Perfume #CAB0EE
Tints of Perfume #CAB0EE
RGB
CMYK
RGB Variations
Color information
#CAB0EE (or 0xCAB0EE) is known color: Perfume. HEX triplet: CA, B0 and EE. RGB value is (202,176,238). Sum of RGB (Red+Green+Blue) = 202+176+238=616 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.79% from 616); Green value is 176 (69.14% from 255 or 28.57% from 616); Blue value is 238 (93.36% from 255 or 38.64% from 616); Max value from RGB is 238 - color contains mainly: blue. Hex color #CAB0EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAB0EE is #354F11. Grayscale: #BEBEBE. Windows color (decimal): -3493650 or 15642826. OLE color: 15642826.
HSL color Cylindrical-coordinate representation of color #CAB0EE: hue angle of 265.16º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CAB0EE is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 176 | 238 | - |
| CMYK | 0.15 | 0.26 | 0 | 0.07 |
| HSL | 265.16º | 0.65% | 0.81% | - |
| HSV(B) | 265.16º | 0.26% | 0.93% | - |
| XYZ | 55.32 | 49.78 | 87.58 | - |
| YUV | 190.84 | 154.61 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 176 | 238 | 0.15 | 0.26 | 0 | 0.07 | 265.16 | 0.65 | 0.81 |
| Hex | CA | B0 | EE | F | 1A | 0 | 7 | 109 | 41 | 51 |
| Octal | 312 | 260 | 356 | 17 | 32 | 0 | 7 | 411 | 101 | 121 |
| Binary | 11001010 | 10110000 | 11101110 | 1111 | 11010 | 0 | 111 | 100001001 | 1000001 | 1010001 |
Color Harmonies of #CAB0EE
Complementary color
Monochromatic Colors of #CAB0EE
Black with #CAB0EE
Text Example
Text Example
White with #CAB0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB0EE; }
p { color: rgb(202,176,238); }
H1.HeaderClassName
{
color: #CAB0EE;
}
.AnyTagClassName
{
color: #CAB0EE;
}
</style>
background-color css
<style>
a { background-color: #CAB0EE; }
a { background-color: rgb(202,176,238); }
div.DivClassName
{
background-color: #CAB0EE;
}
.BgClassName
{
background-color: #CAB0EE;
}
</style>
border-color css
<style>
span { border-color: #CAB0EE; }
span { border-color: rgb(202,176,238); }
td.TdClassName
{
border-color: #CAB0EE;
}
.TagClassName
{
border-color: #CAB0EE;
}
</style>