Shades of Perfume #CCAFE6
Tints of Perfume #CCAFE6
RGB
CMYK
RGB Variations
Color information
#CCAFE6 (or 0xCCAFE6) is known color: Perfume. HEX triplet: CC, AF and E6. RGB value is (204,175,230). Sum of RGB (Red+Green+Blue) = 204+175+230=609 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.50% from 609); Green value is 175 (68.75% from 255 or 28.74% from 609); Blue value is 230 (90.23% from 255 or 37.77% from 609); Max value from RGB is 230 - color contains mainly: blue. Hex color #CCAFE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCAFE6 is #335019. Grayscale: #BDBDBD. Windows color (decimal): -3362842 or 15118284. OLE color: 15118284.
HSL color Cylindrical-coordinate representation of color #CCAFE6: hue angle of 271.64º degrees, saturation: 0.52, 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 #CCAFE6 is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 204 | 175 | 230 | - |
CMYK | 0.11 | 0.24 | 0 | 0.10 |
HSL | 271.64º | 0.52% | 0.79% | - |
HSV(B) | 271.64º | 0.24% | 0.9% | - |
XYZ | 54.51 | 49.21 | 81.49 | - |
YUV | 189.94 | 150.61 | 138.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 175 | 230 | 0.11 | 0.24 | 0 | 0.10 | 271.64 | 0.52 | 0.79 |
Hex | CC | AF | E6 | B | 18 | 0 | A | 110 | 34 | 4F |
Octal | 314 | 257 | 346 | 13 | 30 | 0 | 12 | 420 | 64 | 117 |
Binary | 11001100 | 10101111 | 11100110 | 1011 | 11000 | 0 | 1010 | 100010000 | 110100 | 1001111 |
Color Harmonies of #CCAFE6
Complementary color
Monochromatic Colors of #CCAFE6
Black with #CCAFE6
Text Example
Text Example
White with #CCAFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAFE6; }
p { color: rgb(204,175,230); }
H1.HeaderClassName
{
color: #CCAFE6;
}
.AnyTagClassName
{
color: #CCAFE6;
}
</style>
background-color css
<style>
a { background-color: #CCAFE6; }
a { background-color: rgb(204,175,230); }
div.DivClassName
{
background-color: #CCAFE6;
}
.BgClassName
{
background-color: #CCAFE6;
}
</style>
border-color css
<style>
span { border-color: #CCAFE6; }
span { border-color: rgb(204,175,230); }
td.TdClassName
{
border-color: #CCAFE6;
}
.TagClassName
{
border-color: #CCAFE6;
}
</style>