Shades of Perfume #CAB0E4
Tints of Perfume #CAB0E4
RGB
CMYK
RGB Variations
Color information
#CAB0E4 (or 0xCAB0E4) is known color: Perfume. HEX triplet: CA, B0 and E4. RGB value is (202,176,228). Sum of RGB (Red+Green+Blue) = 202+176+228=606 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.33% from 606); Green value is 176 (69.14% from 255 or 29.04% from 606); Blue value is 228 (89.45% from 255 or 37.62% from 606); Max value from RGB is 228 - color contains mainly: blue. Hex color #CAB0E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAB0E4 is #354F1B. Grayscale: #BDBDBD. Windows color (decimal): -3493660 or 14987466. OLE color: 14987466.
HSL color Cylindrical-coordinate representation of color #CAB0E4: hue angle of 270º degrees, saturation: 0.49, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CAB0E4 is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 176 | 228 | - |
| CMYK | 0.11 | 0.23 | 0 | 0.11 |
| HSL | 270º | 0.49% | 0.79% | - |
| HSV(B) | 270º | 0.23% | 0.89% | - |
| XYZ | 53.89 | 49.21 | 80.06 | - |
| YUV | 189.7 | 149.61 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 176 | 228 | 0.11 | 0.23 | 0 | 0.11 | 270 | 0.49 | 0.79 |
| Hex | CA | B0 | E4 | B | 17 | 0 | B | 10E | 31 | 4F |
| Octal | 312 | 260 | 344 | 13 | 27 | 0 | 13 | 416 | 61 | 117 |
| Binary | 11001010 | 10110000 | 11100100 | 1011 | 10111 | 0 | 1011 | 100001110 | 110001 | 1001111 |
Color Harmonies of #CAB0E4
Complementary color
Monochromatic Colors of #CAB0E4
Black with #CAB0E4
Text Example
Text Example
White with #CAB0E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB0E4; }
p { color: rgb(202,176,228); }
H1.HeaderClassName
{
color: #CAB0E4;
}
.AnyTagClassName
{
color: #CAB0E4;
}
</style>
background-color css
<style>
a { background-color: #CAB0E4; }
a { background-color: rgb(202,176,228); }
div.DivClassName
{
background-color: #CAB0E4;
}
.BgClassName
{
background-color: #CAB0E4;
}
</style>
border-color css
<style>
span { border-color: #CAB0E4; }
span { border-color: rgb(202,176,228); }
td.TdClassName
{
border-color: #CAB0E4;
}
.TagClassName
{
border-color: #CAB0E4;
}
</style>