Shades of Perfume #CCAFE4
Tints of Perfume #CCAFE4
RGB
CMYK
RGB Variations
Color information
#CCAFE4 (or 0xCCAFE4) is known color: Perfume. HEX triplet: CC, AF and E4. RGB value is (204,175,228). Sum of RGB (Red+Green+Blue) = 204+175+228=607 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.61% from 607); Green value is 175 (68.75% from 255 or 28.83% from 607); Blue value is 228 (89.45% from 255 or 37.56% from 607); Max value from RGB is 228 - color contains mainly: blue. Hex color #CCAFE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAFE4 is #33501B. Grayscale: #BDBDBD. Windows color (decimal): -3362844 or 14987212. OLE color: 14987212.
HSL color Cylindrical-coordinate representation of color #CCAFE4: hue angle of 272.83º degrees, saturation: 0.5, 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 #CCAFE4 is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 175 | 228 | - |
| CMYK | 0.11 | 0.23 | 0 | 0.11 |
| HSL | 272.83º | 0.5% | 0.79% | - |
| HSV(B) | 272.83º | 0.23% | 0.89% | - |
| XYZ | 54.24 | 49.1 | 80.02 | - |
| YUV | 189.71 | 149.61 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 175 | 228 | 0.11 | 0.23 | 0 | 0.11 | 272.83 | 0.5 | 0.79 |
| Hex | CC | AF | E4 | B | 17 | 0 | B | 111 | 32 | 4F |
| Octal | 314 | 257 | 344 | 13 | 27 | 0 | 13 | 421 | 62 | 117 |
| Binary | 11001100 | 10101111 | 11100100 | 1011 | 10111 | 0 | 1011 | 100010001 | 110010 | 1001111 |
Color Harmonies of #CCAFE4
Complementary color
Monochromatic Colors of #CCAFE4
Black with #CCAFE4
Text Example
Text Example
White with #CCAFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAFE4; }
p { color: rgb(204,175,228); }
H1.HeaderClassName
{
color: #CCAFE4;
}
.AnyTagClassName
{
color: #CCAFE4;
}
</style>
background-color css
<style>
a { background-color: #CCAFE4; }
a { background-color: rgb(204,175,228); }
div.DivClassName
{
background-color: #CCAFE4;
}
.BgClassName
{
background-color: #CCAFE4;
}
</style>
border-color css
<style>
span { border-color: #CCAFE4; }
span { border-color: rgb(204,175,228); }
td.TdClassName
{
border-color: #CCAFE4;
}
.TagClassName
{
border-color: #CCAFE4;
}
</style>