Shades of Perfume #CCACEE
Tints of Perfume #CCACEE
RGB
CMYK
RGB Variations
Color information
#CCACEE (or 0xCCACEE) is known color: Perfume. HEX triplet: CC, AC and EE. RGB value is (204,172,238). Sum of RGB (Red+Green+Blue) = 204+172+238=614 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.22% from 614); Green value is 172 (67.58% from 255 or 28.01% from 614); Blue value is 238 (93.36% from 255 or 38.76% from 614); Max value from RGB is 238 - color contains mainly: blue. Hex color #CCACEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCACEE is #335311. Grayscale: #BCBCBC. Windows color (decimal): -3363602 or 15641804. OLE color: 15641804.
HSL color Cylindrical-coordinate representation of color #CCACEE: hue angle of 269.09º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CCACEE is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 172 | 238 | - |
| CMYK | 0.14 | 0.28 | 0 | 0.07 |
| HSL | 269.09º | 0.66% | 0.8% | - |
| HSV(B) | 269.09º | 0.28% | 0.93% | - |
| XYZ | 55.09 | 48.52 | 87.35 | - |
| YUV | 189.09 | 155.6 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 172 | 238 | 0.14 | 0.28 | 0 | 0.07 | 269.09 | 0.66 | 0.8 |
| Hex | CC | AC | EE | E | 1C | 0 | 7 | 10D | 42 | 50 |
| Octal | 314 | 254 | 356 | 16 | 34 | 0 | 7 | 415 | 102 | 120 |
| Binary | 11001100 | 10101100 | 11101110 | 1110 | 11100 | 0 | 111 | 100001101 | 1000010 | 1010000 |
Color Harmonies of #CCACEE
Complementary color
Monochromatic Colors of #CCACEE
Black with #CCACEE
Text Example
Text Example
White with #CCACEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCACEE; }
p { color: rgb(204,172,238); }
H1.HeaderClassName
{
color: #CCACEE;
}
.AnyTagClassName
{
color: #CCACEE;
}
</style>
background-color css
<style>
a { background-color: #CCACEE; }
a { background-color: rgb(204,172,238); }
div.DivClassName
{
background-color: #CCACEE;
}
.BgClassName
{
background-color: #CCACEE;
}
</style>
border-color css
<style>
span { border-color: #CCACEE; }
span { border-color: rgb(204,172,238); }
td.TdClassName
{
border-color: #CCACEE;
}
.TagClassName
{
border-color: #CCACEE;
}
</style>