Shades of Perfume #CAB7DC
Tints of Perfume #CAB7DC
RGB
CMYK
RGB Variations
Color information
#CAB7DC (or 0xCAB7DC) is known color: Perfume. HEX triplet: CA, B7 and DC. RGB value is (202,183,220). Sum of RGB (Red+Green+Blue) = 202+183+220=605 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.39% from 605); Green value is 183 (71.88% from 255 or 30.25% from 605); Blue value is 220 (86.33% from 255 or 36.36% from 605); Max value from RGB is 220 - color contains mainly: blue. Hex color #CAB7DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB7DC is #354823. Grayscale: #C0C0C0. Windows color (decimal): -3491876 or 14464970. OLE color: 14464970.
HSL color Cylindrical-coordinate representation of color #CAB7DC: hue angle of 270.81º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAB7DC is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 183 | 220 | - |
| CMYK | 0.08 | 0.17 | 0 | 0.14 |
| HSL | 270.81º | 0.35% | 0.79% | - |
| HSV(B) | 270.81º | 0.17% | 0.86% | - |
| XYZ | 54.21 | 51.59 | 74.81 | - |
| YUV | 192.9 | 143.29 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 183 | 220 | 0.08 | 0.17 | 0 | 0.14 | 270.81 | 0.35 | 0.79 |
| Hex | CA | B7 | DC | 8 | 11 | 0 | E | 10F | 23 | 4F |
| Octal | 312 | 267 | 334 | 10 | 21 | 0 | 16 | 417 | 43 | 117 |
| Binary | 11001010 | 10110111 | 11011100 | 1000 | 10001 | 0 | 1110 | 100001111 | 100011 | 1001111 |
Color Harmonies of #CAB7DC
Complementary color
Monochromatic Colors of #CAB7DC
Black with #CAB7DC
Text Example
Text Example
White with #CAB7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB7DC; }
p { color: rgb(202,183,220); }
H1.HeaderClassName
{
color: #CAB7DC;
}
.AnyTagClassName
{
color: #CAB7DC;
}
</style>
background-color css
<style>
a { background-color: #CAB7DC; }
a { background-color: rgb(202,183,220); }
div.DivClassName
{
background-color: #CAB7DC;
}
.BgClassName
{
background-color: #CAB7DC;
}
</style>
border-color css
<style>
span { border-color: #CAB7DC; }
span { border-color: rgb(202,183,220); }
td.TdClassName
{
border-color: #CAB7DC;
}
.TagClassName
{
border-color: #CAB7DC;
}
</style>