Shades of Perfume #CAADEF
Tints of Perfume #CAADEF
RGB
CMYK
RGB Variations
Color information
#CAADEF (or 0xCAADEF) is known color: Perfume. HEX triplet: CA, AD and EF. RGB value is (202,173,239). Sum of RGB (Red+Green+Blue) = 202+173+239=614 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.90% from 614); Green value is 173 (67.97% from 255 or 28.18% from 614); Blue value is 239 (93.75% from 255 or 38.93% from 614); Max value from RGB is 239 - color contains mainly: blue. Hex color #CAADEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAADEF is #355210. Grayscale: #BCBCBC. Windows color (decimal): -3494417 or 15707594. OLE color: 15707594.
HSL color Cylindrical-coordinate representation of color #CAADEF: hue angle of 266.36º degrees, saturation: 0.67, 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 #CAADEF is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 173 | 239 | - |
| CMYK | 0.15 | 0.28 | 0 | 0.06 |
| HSL | 266.36º | 0.67% | 0.81% | - |
| HSV(B) | 266.36º | 0.28% | 0.94% | - |
| XYZ | 54.88 | 48.68 | 88.16 | - |
| YUV | 189.2 | 156.11 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 173 | 239 | 0.15 | 0.28 | 0 | 0.06 | 266.36 | 0.67 | 0.81 |
| Hex | CA | AD | EF | F | 1C | 0 | 6 | 10A | 43 | 51 |
| Octal | 312 | 255 | 357 | 17 | 34 | 0 | 6 | 412 | 103 | 121 |
| Binary | 11001010 | 10101101 | 11101111 | 1111 | 11100 | 0 | 110 | 100001010 | 1000011 | 1010001 |
Color Harmonies of #CAADEF
Complementary color
Monochromatic Colors of #CAADEF
Black with #CAADEF
Text Example
Text Example
White with #CAADEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAADEF; }
p { color: rgb(202,173,239); }
H1.HeaderClassName
{
color: #CAADEF;
}
.AnyTagClassName
{
color: #CAADEF;
}
</style>
background-color css
<style>
a { background-color: #CAADEF; }
a { background-color: rgb(202,173,239); }
div.DivClassName
{
background-color: #CAADEF;
}
.BgClassName
{
background-color: #CAADEF;
}
</style>
border-color css
<style>
span { border-color: #CAADEF; }
span { border-color: rgb(202,173,239); }
td.TdClassName
{
border-color: #CAADEF;
}
.TagClassName
{
border-color: #CAADEF;
}
</style>