Shades of Perfume #CCAFE9
Tints of Perfume #CCAFE9
RGB
CMYK
RGB Variations
Color information
#CCAFE9 (or 0xCCAFE9) is known color: Perfume. HEX triplet: CC, AF and E9. RGB value is (204,175,233). Sum of RGB (Red+Green+Blue) = 204+175+233=612 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.33% from 612); Green value is 175 (68.75% from 255 or 28.59% from 612); Blue value is 233 (91.41% from 255 or 38.07% from 612); Max value from RGB is 233 - color contains mainly: blue. Hex color #CCAFE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCAFE9 is #335016. Grayscale: #BEBEBE. Windows color (decimal): -3362839 or 15314892. OLE color: 15314892.
HSL color Cylindrical-coordinate representation of color #CCAFE9: hue angle of 270º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CCAFE9 is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 204 | 175 | 233 | - |
CMYK | 0.12 | 0.25 | 0 | 0.09 |
HSL | 270º | 0.57% | 0.8% | - |
HSV(B) | 270º | 0.25% | 0.91% | - |
XYZ | 54.94 | 49.38 | 83.73 | - |
YUV | 190.28 | 152.11 | 137.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 175 | 233 | 0.12 | 0.25 | 0 | 0.09 | 270 | 0.57 | 0.8 |
Hex | CC | AF | E9 | C | 19 | 0 | 9 | 10E | 39 | 50 |
Octal | 314 | 257 | 351 | 14 | 31 | 0 | 11 | 416 | 71 | 120 |
Binary | 11001100 | 10101111 | 11101001 | 1100 | 11001 | 0 | 1001 | 100001110 | 111001 | 1010000 |
Color Harmonies of #CCAFE9
Complementary color
Monochromatic Colors of #CCAFE9
Black with #CCAFE9
Text Example
Text Example
White with #CCAFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAFE9; }
p { color: rgb(204,175,233); }
H1.HeaderClassName
{
color: #CCAFE9;
}
.AnyTagClassName
{
color: #CCAFE9;
}
</style>
background-color css
<style>
a { background-color: #CCAFE9; }
a { background-color: rgb(204,175,233); }
div.DivClassName
{
background-color: #CCAFE9;
}
.BgClassName
{
background-color: #CCAFE9;
}
</style>
border-color css
<style>
span { border-color: #CCAFE9; }
span { border-color: rgb(204,175,233); }
td.TdClassName
{
border-color: #CCAFE9;
}
.TagClassName
{
border-color: #CCAFE9;
}
</style>