Shades of Perfume #CAB2E6
Tints of Perfume #CAB2E6
RGB
CMYK
RGB Variations
Color information
#CAB2E6 (or 0xCAB2E6) is known color: Perfume. HEX triplet: CA, B2 and E6. RGB value is (202,178,230). Sum of RGB (Red+Green+Blue) = 202+178+230=610 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.11% from 610); Green value is 178 (69.92% from 255 or 29.18% from 610); Blue value is 230 (90.23% from 255 or 37.70% from 610); Max value from RGB is 230 - color contains mainly: blue. Hex color #CAB2E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAB2E6 is #354D19. Grayscale: #BEBEBE. Windows color (decimal): -3493146 or 15119050. OLE color: 15119050.
HSL color Cylindrical-coordinate representation of color #CAB2E6: hue angle of 267.69º degrees, saturation: 0.51, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CAB2E6 is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 178 | 230 | - |
| CMYK | 0.12 | 0.23 | 0 | 0.10 |
| HSL | 267.69º | 0.51% | 0.8% | - |
| HSV(B) | 267.69º | 0.23% | 0.9% | - |
| XYZ | 54.56 | 50.11 | 81.66 | - |
| YUV | 191.1 | 149.95 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 178 | 230 | 0.12 | 0.23 | 0 | 0.10 | 267.69 | 0.51 | 0.8 |
| Hex | CA | B2 | E6 | C | 17 | 0 | A | 10C | 33 | 50 |
| Octal | 312 | 262 | 346 | 14 | 27 | 0 | 12 | 414 | 63 | 120 |
| Binary | 11001010 | 10110010 | 11100110 | 1100 | 10111 | 0 | 1010 | 100001100 | 110011 | 1010000 |
Color Harmonies of #CAB2E6
Complementary color
Monochromatic Colors of #CAB2E6
Black with #CAB2E6
Text Example
Text Example
White with #CAB2E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB2E6; }
p { color: rgb(202,178,230); }
H1.HeaderClassName
{
color: #CAB2E6;
}
.AnyTagClassName
{
color: #CAB2E6;
}
</style>
background-color css
<style>
a { background-color: #CAB2E6; }
a { background-color: rgb(202,178,230); }
div.DivClassName
{
background-color: #CAB2E6;
}
.BgClassName
{
background-color: #CAB2E6;
}
</style>
border-color css
<style>
span { border-color: #CAB2E6; }
span { border-color: rgb(202,178,230); }
td.TdClassName
{
border-color: #CAB2E6;
}
.TagClassName
{
border-color: #CAB2E6;
}
</style>