Shades of Perfume #CAADF3
Tints of Perfume #CAADF3
RGB
CMYK
RGB Variations
Color information
#CAADF3 (or 0xCAADF3) is known color: Perfume. HEX triplet: CA, AD and F3. RGB value is (202,173,243). Sum of RGB (Red+Green+Blue) = 202+173+243=618 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.69% from 618); Green value is 173 (67.97% from 255 or 27.99% from 618); Blue value is 243 (95.31% from 255 or 39.32% from 618); Max value from RGB is 243 - color contains mainly: blue. Hex color #CAADF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAADF3 is #35520C. Grayscale: #BDBDBD. Windows color (decimal): -3494413 or 15969738. OLE color: 15969738.
HSL color Cylindrical-coordinate representation of color #CAADF3: hue angle of 264.86º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CAADF3 is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 173 | 243 | - |
| CMYK | 0.17 | 0.29 | 0 | 0.05 |
| HSL | 264.86º | 0.74% | 0.82% | - |
| HSV(B) | 264.86º | 0.29% | 0.95% | - |
| XYZ | 55.48 | 48.91 | 91.31 | - |
| YUV | 189.65 | 158.11 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 173 | 243 | 0.17 | 0.29 | 0 | 0.05 | 264.86 | 0.74 | 0.82 |
| Hex | CA | AD | F3 | 11 | 1D | 0 | 5 | 109 | 4A | 52 |
| Octal | 312 | 255 | 363 | 21 | 35 | 0 | 5 | 411 | 112 | 122 |
| Binary | 11001010 | 10101101 | 11110011 | 10001 | 11101 | 0 | 101 | 100001001 | 1001010 | 1010010 |
Color Harmonies of #CAADF3
Complementary color
Monochromatic Colors of #CAADF3
Black with #CAADF3
Text Example
Text Example
White with #CAADF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAADF3; }
p { color: rgb(202,173,243); }
H1.HeaderClassName
{
color: #CAADF3;
}
.AnyTagClassName
{
color: #CAADF3;
}
</style>
background-color css
<style>
a { background-color: #CAADF3; }
a { background-color: rgb(202,173,243); }
div.DivClassName
{
background-color: #CAADF3;
}
.BgClassName
{
background-color: #CAADF3;
}
</style>
border-color css
<style>
span { border-color: #CAADF3; }
span { border-color: rgb(202,173,243); }
td.TdClassName
{
border-color: #CAADF3;
}
.TagClassName
{
border-color: #CAADF3;
}
</style>