Shades of Perfume #CCAFE5
Tints of Perfume #CCAFE5
RGB
CMYK
RGB Variations
Color information
#CCAFE5 (or 0xCCAFE5) is known color: Perfume. HEX triplet: CC, AF and E5. RGB value is (204,175,229). Sum of RGB (Red+Green+Blue) = 204+175+229=608 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.55% from 608); Green value is 175 (68.75% from 255 or 28.78% from 608); Blue value is 229 (89.84% from 255 or 37.66% from 608); Max value from RGB is 229 - color contains mainly: blue. Hex color #CCAFE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAFE5 is #33501A. Grayscale: #BDBDBD. Windows color (decimal): -3362843 or 15052748. OLE color: 15052748.
HSL color Cylindrical-coordinate representation of color #CCAFE5: hue angle of 272.22º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CCAFE5 is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 175 | 229 | - |
| CMYK | 0.11 | 0.24 | 0 | 0.10 |
| HSL | 272.22º | 0.51% | 0.79% | - |
| HSV(B) | 272.22º | 0.24% | 0.9% | - |
| XYZ | 54.37 | 49.15 | 80.75 | - |
| YUV | 189.83 | 150.11 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 175 | 229 | 0.11 | 0.24 | 0 | 0.10 | 272.22 | 0.51 | 0.79 |
| Hex | CC | AF | E5 | B | 18 | 0 | A | 110 | 33 | 4F |
| Octal | 314 | 257 | 345 | 13 | 30 | 0 | 12 | 420 | 63 | 117 |
| Binary | 11001100 | 10101111 | 11100101 | 1011 | 11000 | 0 | 1010 | 100010000 | 110011 | 1001111 |
Color Harmonies of #CCAFE5
Complementary color
Monochromatic Colors of #CCAFE5
Black with #CCAFE5
Text Example
Text Example
White with #CCAFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAFE5; }
p { color: rgb(204,175,229); }
H1.HeaderClassName
{
color: #CCAFE5;
}
.AnyTagClassName
{
color: #CCAFE5;
}
</style>
background-color css
<style>
a { background-color: #CCAFE5; }
a { background-color: rgb(204,175,229); }
div.DivClassName
{
background-color: #CCAFE5;
}
.BgClassName
{
background-color: #CCAFE5;
}
</style>
border-color css
<style>
span { border-color: #CCAFE5; }
span { border-color: rgb(204,175,229); }
td.TdClassName
{
border-color: #CCAFE5;
}
.TagClassName
{
border-color: #CCAFE5;
}
</style>