Shades of Perfume #CCAFE3
Tints of Perfume #CCAFE3
RGB
CMYK
RGB Variations
Color information
#CCAFE3 (or 0xCCAFE3) is known color: Perfume. HEX triplet: CC, AF and E3. RGB value is (204,175,227). Sum of RGB (Red+Green+Blue) = 204+175+227=606 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.66% from 606); Green value is 175 (68.75% from 255 or 28.88% from 606); Blue value is 227 (89.06% from 255 or 37.46% from 606); Max value from RGB is 227 - color contains mainly: blue. Hex color #CCAFE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAFE3 is #33501C. Grayscale: #BDBDBD. Windows color (decimal): -3362845 or 14921676. OLE color: 14921676.
HSL color Cylindrical-coordinate representation of color #CCAFE3: hue angle of 273.46º degrees, saturation: 0.48, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CCAFE3 is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 175 | 227 | - |
| CMYK | 0.10 | 0.23 | 0 | 0.11 |
| HSL | 273.46º | 0.48% | 0.79% | - |
| HSV(B) | 273.46º | 0.23% | 0.89% | - |
| XYZ | 54.1 | 49.04 | 79.29 | - |
| YUV | 189.6 | 149.11 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 175 | 227 | 0.10 | 0.23 | 0 | 0.11 | 273.46 | 0.48 | 0.79 |
| Hex | CC | AF | E3 | A | 17 | 0 | B | 111 | 30 | 4F |
| Octal | 314 | 257 | 343 | 12 | 27 | 0 | 13 | 421 | 60 | 117 |
| Binary | 11001100 | 10101111 | 11100011 | 1010 | 10111 | 0 | 1011 | 100010001 | 110000 | 1001111 |
Color Harmonies of #CCAFE3
Complementary color
Monochromatic Colors of #CCAFE3
Black with #CCAFE3
Text Example
Text Example
White with #CCAFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAFE3; }
p { color: rgb(204,175,227); }
H1.HeaderClassName
{
color: #CCAFE3;
}
.AnyTagClassName
{
color: #CCAFE3;
}
</style>
background-color css
<style>
a { background-color: #CCAFE3; }
a { background-color: rgb(204,175,227); }
div.DivClassName
{
background-color: #CCAFE3;
}
.BgClassName
{
background-color: #CCAFE3;
}
</style>
border-color css
<style>
span { border-color: #CCAFE3; }
span { border-color: rgb(204,175,227); }
td.TdClassName
{
border-color: #CCAFE3;
}
.TagClassName
{
border-color: #CCAFE3;
}
</style>