Shades of Perfume #CAAFE3
Tints of Perfume #CAAFE3
RGB
CMYK
RGB Variations
Color information
#CAAFE3 (or 0xCAAFE3) is known color: Perfume. HEX triplet: CA, AF and E3. RGB value is (202,175,227). Sum of RGB (Red+Green+Blue) = 202+175+227=604 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.44% from 604); Green value is 175 (68.75% from 255 or 28.97% from 604); Blue value is 227 (89.06% from 255 or 37.58% from 604); Max value from RGB is 227 - color contains mainly: blue. Hex color #CAAFE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAFE3 is #35501C. Grayscale: #BCBCBC. Windows color (decimal): -3493917 or 14921674. OLE color: 14921674.
HSL color Cylindrical-coordinate representation of color #CAAFE3: hue angle of 271.15º degrees, saturation: 0.48, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CAAFE3 is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 202 | 175 | 227 | - |
CMYK | 0.11 | 0.23 | 0 | 0.11 |
HSL | 271.15º | 0.48% | 0.79% | - |
HSV(B) | 271.15º | 0.23% | 0.89% | - |
XYZ | 53.55 | 48.76 | 79.26 | - |
YUV | 189 | 149.45 | 137.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 175 | 227 | 0.11 | 0.23 | 0 | 0.11 | 271.15 | 0.48 | 0.79 |
Hex | CA | AF | E3 | B | 17 | 0 | B | 10F | 30 | 4F |
Octal | 312 | 257 | 343 | 13 | 27 | 0 | 13 | 417 | 60 | 117 |
Binary | 11001010 | 10101111 | 11100011 | 1011 | 10111 | 0 | 1011 | 100001111 | 110000 | 1001111 |
Color Harmonies of #CAAFE3
Complementary color
Monochromatic Colors of #CAAFE3
Black with #CAAFE3
Text Example
Text Example
White with #CAAFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAFE3; }
p { color: rgb(202,175,227); }
H1.HeaderClassName
{
color: #CAAFE3;
}
.AnyTagClassName
{
color: #CAAFE3;
}
</style>
background-color css
<style>
a { background-color: #CAAFE3; }
a { background-color: rgb(202,175,227); }
div.DivClassName
{
background-color: #CAAFE3;
}
.BgClassName
{
background-color: #CAAFE3;
}
</style>
border-color css
<style>
span { border-color: #CAAFE3; }
span { border-color: rgb(202,175,227); }
td.TdClassName
{
border-color: #CAAFE3;
}
.TagClassName
{
border-color: #CAAFE3;
}
</style>