Shades of Perfume #CCAFEC
Tints of Perfume #CCAFEC
RGB
CMYK
RGB Variations
Color information
#CCAFEC (or 0xCCAFEC) is known color: Perfume. HEX triplet: CC, AF and EC. RGB value is (204,175,236). Sum of RGB (Red+Green+Blue) = 204+175+236=615 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.17% from 615); Green value is 175 (68.75% from 255 or 28.46% from 615); Blue value is 236 (92.58% from 255 or 38.37% from 615); Max value from RGB is 236 - color contains mainly: blue. Hex color #CCAFEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCAFEC is #335013. Grayscale: #BEBEBE. Windows color (decimal): -3362836 or 15511500. OLE color: 15511500.
HSL color Cylindrical-coordinate representation of color #CCAFEC: hue angle of 268.52º 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 #CCAFEC is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 175 | 236 | - |
| CMYK | 0.14 | 0.26 | 0 | 0.07 |
| HSL | 268.52º | 0.62% | 0.81% | - |
| HSV(B) | 268.52º | 0.26% | 0.93% | - |
| XYZ | 55.37 | 49.55 | 86 | - |
| YUV | 190.63 | 153.61 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 175 | 236 | 0.14 | 0.26 | 0 | 0.07 | 268.52 | 0.62 | 0.81 |
| Hex | CC | AF | EC | E | 1A | 0 | 7 | 10D | 3E | 51 |
| Octal | 314 | 257 | 354 | 16 | 32 | 0 | 7 | 415 | 76 | 121 |
| Binary | 11001100 | 10101111 | 11101100 | 1110 | 11010 | 0 | 111 | 100001101 | 111110 | 1010001 |
Color Harmonies of #CCAFEC
Complementary color
Monochromatic Colors of #CCAFEC
Black with #CCAFEC
Text Example
Text Example
White with #CCAFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAFEC; }
p { color: rgb(204,175,236); }
H1.HeaderClassName
{
color: #CCAFEC;
}
.AnyTagClassName
{
color: #CCAFEC;
}
</style>
background-color css
<style>
a { background-color: #CCAFEC; }
a { background-color: rgb(204,175,236); }
div.DivClassName
{
background-color: #CCAFEC;
}
.BgClassName
{
background-color: #CCAFEC;
}
</style>
border-color css
<style>
span { border-color: #CCAFEC; }
span { border-color: rgb(204,175,236); }
td.TdClassName
{
border-color: #CCAFEC;
}
.TagClassName
{
border-color: #CCAFEC;
}
</style>