Shades of Perfume #CCAFED
Tints of Perfume #CCAFED
RGB
CMYK
RGB Variations
Color information
#CCAFED (or 0xCCAFED) is known color: Perfume. HEX triplet: CC, AF and ED. RGB value is (204,175,237). Sum of RGB (Red+Green+Blue) = 204+175+237=616 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.12% from 616); Green value is 175 (68.75% from 255 or 28.41% from 616); Blue value is 237 (92.97% from 255 or 38.47% from 616); Max value from RGB is 237 - color contains mainly: blue. Hex color #CCAFED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCAFED is #335012. Grayscale: #BEBEBE. Windows color (decimal): -3362835 or 15577036. OLE color: 15577036.
HSL color Cylindrical-coordinate representation of color #CCAFED: hue angle of 268.06º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CCAFED is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 204 | 175 | 237 | - |
CMYK | 0.14 | 0.26 | 0 | 0.07 |
HSL | 268.06º | 0.63% | 0.81% | - |
HSV(B) | 268.06º | 0.26% | 0.93% | - |
XYZ | 55.52 | 49.61 | 86.77 | - |
YUV | 190.74 | 154.11 | 137.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 175 | 237 | 0.14 | 0.26 | 0 | 0.07 | 268.06 | 0.63 | 0.81 |
Hex | CC | AF | ED | E | 1A | 0 | 7 | 10C | 3F | 51 |
Octal | 314 | 257 | 355 | 16 | 32 | 0 | 7 | 414 | 77 | 121 |
Binary | 11001100 | 10101111 | 11101101 | 1110 | 11010 | 0 | 111 | 100001100 | 111111 | 1010001 |
Color Harmonies of #CCAFED
Complementary color
Monochromatic Colors of #CCAFED
Black with #CCAFED
Text Example
Text Example
White with #CCAFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAFED; }
p { color: rgb(204,175,237); }
H1.HeaderClassName
{
color: #CCAFED;
}
.AnyTagClassName
{
color: #CCAFED;
}
</style>
background-color css
<style>
a { background-color: #CCAFED; }
a { background-color: rgb(204,175,237); }
div.DivClassName
{
background-color: #CCAFED;
}
.BgClassName
{
background-color: #CCAFED;
}
</style>
border-color css
<style>
span { border-color: #CCAFED; }
span { border-color: rgb(204,175,237); }
td.TdClassName
{
border-color: #CCAFED;
}
.TagClassName
{
border-color: #CCAFED;
}
</style>