Shades of Perfume #CAADF0
Tints of Perfume #CAADF0
RGB
CMYK
RGB Variations
Color information
#CAADF0 (or 0xCAADF0) is known color: Perfume. HEX triplet: CA, AD and F0. RGB value is (202,173,240). Sum of RGB (Red+Green+Blue) = 202+173+240=615 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.85% from 615); Green value is 173 (67.97% from 255 or 28.13% from 615); Blue value is 240 (94.14% from 255 or 39.02% from 615); Max value from RGB is 240 - color contains mainly: blue. Hex color #CAADF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAADF0 is #35520F. Grayscale: #BDBDBD. Windows color (decimal): -3494416 or 15773130. OLE color: 15773130.
HSL color Cylindrical-coordinate representation of color #CAADF0: hue angle of 265.97º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CAADF0 is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 173 | 240 | - |
| CMYK | 0.16 | 0.28 | 0 | 0.06 |
| HSL | 265.97º | 0.69% | 0.81% | - |
| HSV(B) | 265.97º | 0.28% | 0.94% | - |
| XYZ | 55.03 | 48.73 | 88.94 | - |
| YUV | 189.31 | 156.61 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 173 | 240 | 0.16 | 0.28 | 0 | 0.06 | 265.97 | 0.69 | 0.81 |
| Hex | CA | AD | F0 | 10 | 1C | 0 | 6 | 10A | 45 | 51 |
| Octal | 312 | 255 | 360 | 20 | 34 | 0 | 6 | 412 | 105 | 121 |
| Binary | 11001010 | 10101101 | 11110000 | 10000 | 11100 | 0 | 110 | 100001010 | 1000101 | 1010001 |
Color Harmonies of #CAADF0
Complementary color
Monochromatic Colors of #CAADF0
Black with #CAADF0
Text Example
Text Example
White with #CAADF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAADF0; }
p { color: rgb(202,173,240); }
H1.HeaderClassName
{
color: #CAADF0;
}
.AnyTagClassName
{
color: #CAADF0;
}
</style>
background-color css
<style>
a { background-color: #CAADF0; }
a { background-color: rgb(202,173,240); }
div.DivClassName
{
background-color: #CAADF0;
}
.BgClassName
{
background-color: #CAADF0;
}
</style>
border-color css
<style>
span { border-color: #CAADF0; }
span { border-color: rgb(202,173,240); }
td.TdClassName
{
border-color: #CAADF0;
}
.TagClassName
{
border-color: #CAADF0;
}
</style>