Shades of Perfume #CAADF5
Tints of Perfume #CAADF5
RGB
CMYK
RGB Variations
Color information
#CAADF5 (or 0xCAADF5) is known color: Perfume. HEX triplet: CA, AD and F5. RGB value is (202,173,245). Sum of RGB (Red+Green+Blue) = 202+173+245=620 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.58% from 620); Green value is 173 (67.97% from 255 or 27.90% from 620); Blue value is 245 (96.09% from 255 or 39.52% from 620); Max value from RGB is 245 - color contains mainly: blue. Hex color #CAADF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAADF5 is #35520A. Grayscale: #BDBDBD. Windows color (decimal): -3494411 or 16100810. OLE color: 16100810.
HSL color Cylindrical-coordinate representation of color #CAADF5: hue angle of 264.17º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CAADF5 is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 173 | 245 | - |
| CMYK | 0.18 | 0.29 | 0 | 0.04 |
| HSL | 264.17º | 0.78% | 0.82% | - |
| HSV(B) | 264.17º | 0.29% | 0.96% | - |
| XYZ | 55.78 | 49.04 | 92.91 | - |
| YUV | 189.88 | 159.11 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 173 | 245 | 0.18 | 0.29 | 0 | 0.04 | 264.17 | 0.78 | 0.82 |
| Hex | CA | AD | F5 | 12 | 1D | 0 | 4 | 108 | 4E | 52 |
| Octal | 312 | 255 | 365 | 22 | 35 | 0 | 4 | 410 | 116 | 122 |
| Binary | 11001010 | 10101101 | 11110101 | 10010 | 11101 | 0 | 100 | 100001000 | 1001110 | 1010010 |
Color Harmonies of #CAADF5
Complementary color
Monochromatic Colors of #CAADF5
Black with #CAADF5
Text Example
Text Example
White with #CAADF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAADF5; }
p { color: rgb(202,173,245); }
H1.HeaderClassName
{
color: #CAADF5;
}
.AnyTagClassName
{
color: #CAADF5;
}
</style>
background-color css
<style>
a { background-color: #CAADF5; }
a { background-color: rgb(202,173,245); }
div.DivClassName
{
background-color: #CAADF5;
}
.BgClassName
{
background-color: #CAADF5;
}
</style>
border-color css
<style>
span { border-color: #CAADF5; }
span { border-color: rgb(202,173,245); }
td.TdClassName
{
border-color: #CAADF5;
}
.TagClassName
{
border-color: #CAADF5;
}
</style>