Shades of Perfume #CAAFDD
Tints of Perfume #CAAFDD
RGB
CMYK
RGB Variations
Color information
#CAAFDD (or 0xCAAFDD) is known color: Perfume. HEX triplet: CA, AF and DD. RGB value is (202,175,221). Sum of RGB (Red+Green+Blue) = 202+175+221=598 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.78% from 598); Green value is 175 (68.75% from 255 or 29.26% from 598); Blue value is 221 (86.72% from 255 or 36.96% from 598); Max value from RGB is 221 - color contains mainly: blue. Hex color #CAAFDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAFDD is #355022. Grayscale: #BCBCBC. Windows color (decimal): -3493923 or 14528458. OLE color: 14528458.
HSL color Cylindrical-coordinate representation of color #CAAFDD: hue angle of 275.22º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CAAFDD is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 175 | 221 | - |
| CMYK | 0.09 | 0.21 | 0 | 0.13 |
| HSL | 275.22º | 0.4% | 0.78% | - |
| HSV(B) | 275.22º | 0.21% | 0.87% | - |
| XYZ | 52.74 | 48.44 | 74.98 | - |
| YUV | 188.32 | 146.45 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 175 | 221 | 0.09 | 0.21 | 0 | 0.13 | 275.22 | 0.4 | 0.78 |
| Hex | CA | AF | DD | 9 | 15 | 0 | D | 113 | 28 | 4E |
| Octal | 312 | 257 | 335 | 11 | 25 | 0 | 15 | 423 | 50 | 116 |
| Binary | 11001010 | 10101111 | 11011101 | 1001 | 10101 | 0 | 1101 | 100010011 | 101000 | 1001110 |
Color Harmonies of #CAAFDD
Complementary color
Monochromatic Colors of #CAAFDD
Black with #CAAFDD
Text Example
Text Example
White with #CAAFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAFDD; }
p { color: rgb(202,175,221); }
H1.HeaderClassName
{
color: #CAAFDD;
}
.AnyTagClassName
{
color: #CAAFDD;
}
</style>
background-color css
<style>
a { background-color: #CAAFDD; }
a { background-color: rgb(202,175,221); }
div.DivClassName
{
background-color: #CAAFDD;
}
.BgClassName
{
background-color: #CAAFDD;
}
</style>
border-color css
<style>
span { border-color: #CAAFDD; }
span { border-color: rgb(202,175,221); }
td.TdClassName
{
border-color: #CAAFDD;
}
.TagClassName
{
border-color: #CAAFDD;
}
</style>