Shades of Perfume #CCAFF0
Tints of Perfume #CCAFF0
RGB
CMYK
RGB Variations
Color information
#CCAFF0 (or 0xCCAFF0) is known color: Perfume. HEX triplet: CC, AF and F0. RGB value is (204,175,240). Sum of RGB (Red+Green+Blue) = 204+175+240=619 (81% of max value = 765). Red value is 204 (80.08% from 255 or 32.96% from 619); Green value is 175 (68.75% from 255 or 28.27% from 619); Blue value is 240 (94.14% from 255 or 38.77% from 619); Max value from RGB is 240 - color contains mainly: blue. Hex color #CCAFF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCAFF0 is #33500F. Grayscale: #BEBEBE. Windows color (decimal): -3362832 or 15773644. OLE color: 15773644.
HSL color Cylindrical-coordinate representation of color #CCAFF0: hue angle of 266.77º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CCAFF0 is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 175 | 240 | - |
| CMYK | 0.15 | 0.27 | 0 | 0.06 |
| HSL | 266.77º | 0.68% | 0.81% | - |
| HSV(B) | 266.77º | 0.27% | 0.94% | - |
| XYZ | 55.96 | 49.79 | 89.1 | - |
| YUV | 191.08 | 155.61 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 175 | 240 | 0.15 | 0.27 | 0 | 0.06 | 266.77 | 0.68 | 0.81 |
| Hex | CC | AF | F0 | F | 1B | 0 | 6 | 10B | 44 | 51 |
| Octal | 314 | 257 | 360 | 17 | 33 | 0 | 6 | 413 | 104 | 121 |
| Binary | 11001100 | 10101111 | 11110000 | 1111 | 11011 | 0 | 110 | 100001011 | 1000100 | 1010001 |
Color Harmonies of #CCAFF0
Complementary color
Monochromatic Colors of #CCAFF0
Black with #CCAFF0
Text Example
Text Example
White with #CCAFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAFF0; }
p { color: rgb(204,175,240); }
H1.HeaderClassName
{
color: #CCAFF0;
}
.AnyTagClassName
{
color: #CCAFF0;
}
</style>
background-color css
<style>
a { background-color: #CCAFF0; }
a { background-color: rgb(204,175,240); }
div.DivClassName
{
background-color: #CCAFF0;
}
.BgClassName
{
background-color: #CCAFF0;
}
</style>
border-color css
<style>
span { border-color: #CCAFF0; }
span { border-color: rgb(204,175,240); }
td.TdClassName
{
border-color: #CCAFF0;
}
.TagClassName
{
border-color: #CCAFF0;
}
</style>