Shades of Perfume #CAADF1
Tints of Perfume #CAADF1
RGB
CMYK
RGB Variations
Color information
#CAADF1 (or 0xCAADF1) is known color: Perfume. HEX triplet: CA, AD and F1. RGB value is (202,173,241). Sum of RGB (Red+Green+Blue) = 202+173+241=616 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.79% from 616); Green value is 173 (67.97% from 255 or 28.08% from 616); Blue value is 241 (94.53% from 255 or 39.12% from 616); Max value from RGB is 241 - color contains mainly: blue. Hex color #CAADF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAADF1 is #35520E. Grayscale: #BDBDBD. Windows color (decimal): -3494415 or 15838666. OLE color: 15838666.
HSL color Cylindrical-coordinate representation of color #CAADF1: hue angle of 265.59º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CAADF1 is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 173 | 241 | - |
| CMYK | 0.16 | 0.28 | 0 | 0.05 |
| HSL | 265.59º | 0.71% | 0.81% | - |
| HSV(B) | 265.59º | 0.28% | 0.95% | - |
| XYZ | 55.18 | 48.79 | 89.73 | - |
| YUV | 189.42 | 157.11 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 173 | 241 | 0.16 | 0.28 | 0 | 0.05 | 265.59 | 0.71 | 0.81 |
| Hex | CA | AD | F1 | 10 | 1C | 0 | 5 | 10A | 47 | 51 |
| Octal | 312 | 255 | 361 | 20 | 34 | 0 | 5 | 412 | 107 | 121 |
| Binary | 11001010 | 10101101 | 11110001 | 10000 | 11100 | 0 | 101 | 100001010 | 1000111 | 1010001 |
Color Harmonies of #CAADF1
Complementary color
Monochromatic Colors of #CAADF1
Black with #CAADF1
Text Example
Text Example
White with #CAADF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAADF1; }
p { color: rgb(202,173,241); }
H1.HeaderClassName
{
color: #CAADF1;
}
.AnyTagClassName
{
color: #CAADF1;
}
</style>
background-color css
<style>
a { background-color: #CAADF1; }
a { background-color: rgb(202,173,241); }
div.DivClassName
{
background-color: #CAADF1;
}
.BgClassName
{
background-color: #CAADF1;
}
</style>
border-color css
<style>
span { border-color: #CAADF1; }
span { border-color: rgb(202,173,241); }
td.TdClassName
{
border-color: #CAADF1;
}
.TagClassName
{
border-color: #CAADF1;
}
</style>