Shades of Perfume #CAB1E4
Tints of Perfume #CAB1E4
RGB
CMYK
RGB Variations
Color information
#CAB1E4 (or 0xCAB1E4) is known color: Perfume. HEX triplet: CA, B1 and E4. RGB value is (202,177,228). Sum of RGB (Red+Green+Blue) = 202+177+228=607 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.28% from 607); Green value is 177 (69.53% from 255 or 29.16% from 607); Blue value is 228 (89.45% from 255 or 37.56% from 607); Max value from RGB is 228 - color contains mainly: blue. Hex color #CAB1E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAB1E4 is #354E1B. Grayscale: #BEBEBE. Windows color (decimal): -3493404 or 14987722. OLE color: 14987722.
HSL color Cylindrical-coordinate representation of color #CAB1E4: hue angle of 269.41º degrees, saturation: 0.49, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CAB1E4 is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 177 | 228 | - |
| CMYK | 0.11 | 0.22 | 0 | 0.11 |
| HSL | 269.41º | 0.49% | 0.79% | - |
| HSV(B) | 269.41º | 0.22% | 0.89% | - |
| XYZ | 54.08 | 49.6 | 80.12 | - |
| YUV | 190.29 | 149.28 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 177 | 228 | 0.11 | 0.22 | 0 | 0.11 | 269.41 | 0.49 | 0.79 |
| Hex | CA | B1 | E4 | B | 16 | 0 | B | 10D | 31 | 4F |
| Octal | 312 | 261 | 344 | 13 | 26 | 0 | 13 | 415 | 61 | 117 |
| Binary | 11001010 | 10110001 | 11100100 | 1011 | 10110 | 0 | 1011 | 100001101 | 110001 | 1001111 |
Color Harmonies of #CAB1E4
Complementary color
Monochromatic Colors of #CAB1E4
Black with #CAB1E4
Text Example
Text Example
White with #CAB1E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB1E4; }
p { color: rgb(202,177,228); }
H1.HeaderClassName
{
color: #CAB1E4;
}
.AnyTagClassName
{
color: #CAB1E4;
}
</style>
background-color css
<style>
a { background-color: #CAB1E4; }
a { background-color: rgb(202,177,228); }
div.DivClassName
{
background-color: #CAB1E4;
}
.BgClassName
{
background-color: #CAB1E4;
}
</style>
border-color css
<style>
span { border-color: #CAB1E4; }
span { border-color: rgb(202,177,228); }
td.TdClassName
{
border-color: #CAB1E4;
}
.TagClassName
{
border-color: #CAB1E4;
}
</style>