Shades of Perfume #CAB1EA
Tints of Perfume #CAB1EA
RGB
CMYK
RGB Variations
Color information
#CAB1EA (or 0xCAB1EA) is known color: Perfume. HEX triplet: CA, B1 and EA. RGB value is (202,177,234). Sum of RGB (Red+Green+Blue) = 202+177+234=613 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.95% from 613); Green value is 177 (69.53% from 255 or 28.87% from 613); Blue value is 234 (91.80% from 255 or 38.17% from 613); Max value from RGB is 234 - color contains mainly: blue. Hex color #CAB1EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAB1EA is #354E15. Grayscale: #BEBEBE. Windows color (decimal): -3493398 or 15380938. OLE color: 15380938.
HSL color Cylindrical-coordinate representation of color #CAB1EA: hue angle of 266.32º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CAB1EA is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 177 | 234 | - |
| CMYK | 0.14 | 0.24 | 0 | 0.08 |
| HSL | 266.32º | 0.58% | 0.81% | - |
| HSV(B) | 266.32º | 0.24% | 0.92% | - |
| XYZ | 54.93 | 49.94 | 84.59 | - |
| YUV | 190.97 | 152.28 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 177 | 234 | 0.14 | 0.24 | 0 | 0.08 | 266.32 | 0.58 | 0.81 |
| Hex | CA | B1 | EA | E | 18 | 0 | 8 | 10A | 3A | 51 |
| Octal | 312 | 261 | 352 | 16 | 30 | 0 | 10 | 412 | 72 | 121 |
| Binary | 11001010 | 10110001 | 11101010 | 1110 | 11000 | 0 | 1000 | 100001010 | 111010 | 1010001 |
Color Harmonies of #CAB1EA
Complementary color
Monochromatic Colors of #CAB1EA
Black with #CAB1EA
Text Example
Text Example
White with #CAB1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB1EA; }
p { color: rgb(202,177,234); }
H1.HeaderClassName
{
color: #CAB1EA;
}
.AnyTagClassName
{
color: #CAB1EA;
}
</style>
background-color css
<style>
a { background-color: #CAB1EA; }
a { background-color: rgb(202,177,234); }
div.DivClassName
{
background-color: #CAB1EA;
}
.BgClassName
{
background-color: #CAB1EA;
}
</style>
border-color css
<style>
span { border-color: #CAB1EA; }
span { border-color: rgb(202,177,234); }
td.TdClassName
{
border-color: #CAB1EA;
}
.TagClassName
{
border-color: #CAB1EA;
}
</style>