Shades of Perfume #CAB0EA
Tints of Perfume #CAB0EA
RGB
CMYK
RGB Variations
Color information
#CAB0EA (or 0xCAB0EA) is known color: Perfume. HEX triplet: CA, B0 and EA. RGB value is (202,176,234). Sum of RGB (Red+Green+Blue) = 202+176+234=612 (81% of max value = 765). Red value is 202 (79.30% from 255 or 33.01% from 612); Green value is 176 (69.14% from 255 or 28.76% from 612); Blue value is 234 (91.80% from 255 or 38.24% from 612); Max value from RGB is 234 - color contains mainly: blue. Hex color #CAB0EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAB0EA is #354F15. Grayscale: #BEBEBE. Windows color (decimal): -3493654 or 15380682. OLE color: 15380682.
HSL color Cylindrical-coordinate representation of color #CAB0EA: hue angle of 266.9º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CAB0EA is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 176 | 234 | - |
| CMYK | 0.14 | 0.25 | 0 | 0.08 |
| HSL | 266.9º | 0.58% | 0.8% | - |
| HSV(B) | 266.9º | 0.25% | 0.92% | - |
| XYZ | 54.73 | 49.55 | 84.52 | - |
| YUV | 190.39 | 152.61 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 176 | 234 | 0.14 | 0.25 | 0 | 0.08 | 266.9 | 0.58 | 0.8 |
| Hex | CA | B0 | EA | E | 19 | 0 | 8 | 10B | 3A | 50 |
| Octal | 312 | 260 | 352 | 16 | 31 | 0 | 10 | 413 | 72 | 120 |
| Binary | 11001010 | 10110000 | 11101010 | 1110 | 11001 | 0 | 1000 | 100001011 | 111010 | 1010000 |
Color Harmonies of #CAB0EA
Complementary color
Monochromatic Colors of #CAB0EA
Black with #CAB0EA
Text Example
Text Example
White with #CAB0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB0EA; }
p { color: rgb(202,176,234); }
H1.HeaderClassName
{
color: #CAB0EA;
}
.AnyTagClassName
{
color: #CAB0EA;
}
</style>
background-color css
<style>
a { background-color: #CAB0EA; }
a { background-color: rgb(202,176,234); }
div.DivClassName
{
background-color: #CAB0EA;
}
.BgClassName
{
background-color: #CAB0EA;
}
</style>
border-color css
<style>
span { border-color: #CAB0EA; }
span { border-color: rgb(202,176,234); }
td.TdClassName
{
border-color: #CAB0EA;
}
.TagClassName
{
border-color: #CAB0EA;
}
</style>