Shades of Perfume #CAAFEC
Tints of Perfume #CAAFEC
RGB
CMYK
RGB Variations
Color information
#CAAFEC (or 0xCAAFEC) is known color: Perfume. HEX triplet: CA, AF and EC. RGB value is (202,175,236). Sum of RGB (Red+Green+Blue) = 202+175+236=613 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.95% from 613); Green value is 175 (68.75% from 255 or 28.55% from 613); Blue value is 236 (92.58% from 255 or 38.50% from 613); Max value from RGB is 236 - color contains mainly: blue. Hex color #CAAFEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAAFEC is #355013. Grayscale: #BDBDBD. Windows color (decimal): -3493908 or 15511498. OLE color: 15511498.
HSL color Cylindrical-coordinate representation of color #CAAFEC: hue angle of 266.56º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CAAFEC is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 202 | 175 | 236 | - |
CMYK | 0.14 | 0.26 | 0 | 0.07 |
HSL | 266.56º | 0.62% | 0.81% | - |
HSV(B) | 266.56º | 0.26% | 0.93% | - |
XYZ | 54.83 | 49.27 | 85.98 | - |
YUV | 190.03 | 153.95 | 136.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 175 | 236 | 0.14 | 0.26 | 0 | 0.07 | 266.56 | 0.62 | 0.81 |
Hex | CA | AF | EC | E | 1A | 0 | 7 | 10B | 3E | 51 |
Octal | 312 | 257 | 354 | 16 | 32 | 0 | 7 | 413 | 76 | 121 |
Binary | 11001010 | 10101111 | 11101100 | 1110 | 11010 | 0 | 111 | 100001011 | 111110 | 1010001 |
Color Harmonies of #CAAFEC
Complementary color
Monochromatic Colors of #CAAFEC
Black with #CAAFEC
Text Example
Text Example
White with #CAAFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAFEC; }
p { color: rgb(202,175,236); }
H1.HeaderClassName
{
color: #CAAFEC;
}
.AnyTagClassName
{
color: #CAAFEC;
}
</style>
background-color css
<style>
a { background-color: #CAAFEC; }
a { background-color: rgb(202,175,236); }
div.DivClassName
{
background-color: #CAAFEC;
}
.BgClassName
{
background-color: #CAAFEC;
}
</style>
border-color css
<style>
span { border-color: #CAAFEC; }
span { border-color: rgb(202,175,236); }
td.TdClassName
{
border-color: #CAAFEC;
}
.TagClassName
{
border-color: #CAAFEC;
}
</style>