Shades of Perfume #CCAFE8
Tints of Perfume #CCAFE8
RGB
CMYK
RGB Variations
Color information
#CCAFE8 (or 0xCCAFE8) is known color: Perfume. HEX triplet: CC, AF and E8. RGB value is (204,175,232). Sum of RGB (Red+Green+Blue) = 204+175+232=611 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.39% from 611); Green value is 175 (68.75% from 255 or 28.64% from 611); Blue value is 232 (91.02% from 255 or 37.97% from 611); Max value from RGB is 232 - color contains mainly: blue. Hex color #CCAFE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCAFE8 is #335017. Grayscale: #BDBDBD. Windows color (decimal): -3362840 or 15249356. OLE color: 15249356.
HSL color Cylindrical-coordinate representation of color #CCAFE8: hue angle of 270.53º degrees, saturation: 0.55, 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 #CCAFE8 is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 175 | 232 | - |
| CMYK | 0.12 | 0.25 | 0 | 0.09 |
| HSL | 270.53º | 0.55% | 0.8% | - |
| HSV(B) | 270.53º | 0.25% | 0.91% | - |
| XYZ | 54.8 | 49.32 | 82.98 | - |
| YUV | 190.17 | 151.61 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 175 | 232 | 0.12 | 0.25 | 0 | 0.09 | 270.53 | 0.55 | 0.8 |
| Hex | CC | AF | E8 | C | 19 | 0 | 9 | 10F | 37 | 50 |
| Octal | 314 | 257 | 350 | 14 | 31 | 0 | 11 | 417 | 67 | 120 |
| Binary | 11001100 | 10101111 | 11101000 | 1100 | 11001 | 0 | 1001 | 100001111 | 110111 | 1010000 |
Color Harmonies of #CCAFE8
Complementary color
Monochromatic Colors of #CCAFE8
Black with #CCAFE8
Text Example
Text Example
White with #CCAFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAFE8; }
p { color: rgb(204,175,232); }
H1.HeaderClassName
{
color: #CCAFE8;
}
.AnyTagClassName
{
color: #CCAFE8;
}
</style>
background-color css
<style>
a { background-color: #CCAFE8; }
a { background-color: rgb(204,175,232); }
div.DivClassName
{
background-color: #CCAFE8;
}
.BgClassName
{
background-color: #CCAFE8;
}
</style>
border-color css
<style>
span { border-color: #CCAFE8; }
span { border-color: rgb(204,175,232); }
td.TdClassName
{
border-color: #CCAFE8;
}
.TagClassName
{
border-color: #CCAFE8;
}
</style>