Shades of Perfume #CAB4DF
Tints of Perfume #CAB4DF
RGB
CMYK
RGB Variations
Color information
#CAB4DF (or 0xCAB4DF) is known color: Perfume. HEX triplet: CA, B4 and DF. RGB value is (202,180,223). Sum of RGB (Red+Green+Blue) = 202+180+223=605 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.39% from 605); Green value is 180 (70.70% from 255 or 29.75% from 605); Blue value is 223 (87.5% from 255 or 36.86% from 605); Max value from RGB is 223 - color contains mainly: blue. Hex color #CAB4DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB4DF is #354B20. Grayscale: #BFBFBF. Windows color (decimal): -3492641 or 14660810. OLE color: 14660810.
HSL color Cylindrical-coordinate representation of color #CAB4DF: hue angle of 270.7º degrees, saturation: 0.4, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAB4DF is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 202 | 180 | 223 | - |
CMYK | 0.09 | 0.19 | 0 | 0.13 |
HSL | 270.7º | 0.4% | 0.79% | - |
HSV(B) | 270.7º | 0.19% | 0.87% | - |
XYZ | 54 | 50.53 | 76.72 | - |
YUV | 191.48 | 145.79 | 135.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 180 | 223 | 0.09 | 0.19 | 0 | 0.13 | 270.7 | 0.4 | 0.79 |
Hex | CA | B4 | DF | 9 | 13 | 0 | D | 10F | 28 | 4F |
Octal | 312 | 264 | 337 | 11 | 23 | 0 | 15 | 417 | 50 | 117 |
Binary | 11001010 | 10110100 | 11011111 | 1001 | 10011 | 0 | 1101 | 100001111 | 101000 | 1001111 |
Color Harmonies of #CAB4DF
Complementary color
Monochromatic Colors of #CAB4DF
Black with #CAB4DF
Text Example
Text Example
White with #CAB4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB4DF; }
p { color: rgb(202,180,223); }
H1.HeaderClassName
{
color: #CAB4DF;
}
.AnyTagClassName
{
color: #CAB4DF;
}
</style>
background-color css
<style>
a { background-color: #CAB4DF; }
a { background-color: rgb(202,180,223); }
div.DivClassName
{
background-color: #CAB4DF;
}
.BgClassName
{
background-color: #CAB4DF;
}
</style>
border-color css
<style>
span { border-color: #CAB4DF; }
span { border-color: rgb(202,180,223); }
td.TdClassName
{
border-color: #CAB4DF;
}
.TagClassName
{
border-color: #CAB4DF;
}
</style>