Shades of Perfume #CAB2DD
Tints of Perfume #CAB2DD
RGB
CMYK
RGB Variations
Color information
#CAB2DD (or 0xCAB2DD) is known color: Perfume. HEX triplet: CA, B2 and DD. RGB value is (202,178,221). Sum of RGB (Red+Green+Blue) = 202+178+221=601 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.61% from 601); Green value is 178 (69.92% from 255 or 29.62% from 601); Blue value is 221 (86.72% from 255 or 36.77% from 601); Max value from RGB is 221 - color contains mainly: blue. Hex color #CAB2DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAB2DD is #354D22. Grayscale: #BDBDBD. Windows color (decimal): -3493155 or 14529226. OLE color: 14529226.
HSL color Cylindrical-coordinate representation of color #CAB2DD: hue angle of 273.49º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAB2DD is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 202 | 178 | 221 | - |
CMYK | 0.09 | 0.19 | 0 | 0.13 |
HSL | 273.49º | 0.39% | 0.78% | - |
HSV(B) | 273.49º | 0.19% | 0.87% | - |
XYZ | 53.33 | 49.62 | 75.17 | - |
YUV | 190.08 | 145.45 | 136.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 178 | 221 | 0.09 | 0.19 | 0 | 0.13 | 273.49 | 0.39 | 0.78 |
Hex | CA | B2 | DD | 9 | 13 | 0 | D | 111 | 27 | 4E |
Octal | 312 | 262 | 335 | 11 | 23 | 0 | 15 | 421 | 47 | 116 |
Binary | 11001010 | 10110010 | 11011101 | 1001 | 10011 | 0 | 1101 | 100010001 | 100111 | 1001110 |
Color Harmonies of #CAB2DD
Complementary color
Monochromatic Colors of #CAB2DD
Black with #CAB2DD
Text Example
Text Example
White with #CAB2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB2DD; }
p { color: rgb(202,178,221); }
H1.HeaderClassName
{
color: #CAB2DD;
}
.AnyTagClassName
{
color: #CAB2DD;
}
</style>
background-color css
<style>
a { background-color: #CAB2DD; }
a { background-color: rgb(202,178,221); }
div.DivClassName
{
background-color: #CAB2DD;
}
.BgClassName
{
background-color: #CAB2DD;
}
</style>
border-color css
<style>
span { border-color: #CAB2DD; }
span { border-color: rgb(202,178,221); }
td.TdClassName
{
border-color: #CAB2DD;
}
.TagClassName
{
border-color: #CAB2DD;
}
</style>