Shades of Perfume #CCADE0
Tints of Perfume #CCADE0
RGB
CMYK
RGB Variations
Color information
#CCADE0 (or 0xCCADE0) is known color: Perfume. HEX triplet: CC, AD and E0. RGB value is (204,173,224). Sum of RGB (Red+Green+Blue) = 204+173+224=601 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.94% from 601); Green value is 173 (67.97% from 255 or 28.79% from 601); Blue value is 224 (87.89% from 255 or 37.27% from 601); Max value from RGB is 224 - color contains mainly: blue. Hex color #CCADE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCADE0 is #33521F. Grayscale: #BBBBBB. Windows color (decimal): -3363360 or 14724556. OLE color: 14724556.
HSL color Cylindrical-coordinate representation of color #CCADE0: hue angle of 276.47º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CCADE0 is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 173 | 224 | - |
| CMYK | 0.09 | 0.23 | 0 | 0.12 |
| HSL | 276.47º | 0.45% | 0.78% | - |
| HSV(B) | 276.47º | 0.23% | 0.88% | - |
| XYZ | 53.3 | 48.11 | 77 | - |
| YUV | 188.08 | 148.27 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 173 | 224 | 0.09 | 0.23 | 0 | 0.12 | 276.47 | 0.45 | 0.78 |
| Hex | CC | AD | E0 | 9 | 17 | 0 | C | 114 | 2D | 4E |
| Octal | 314 | 255 | 340 | 11 | 27 | 0 | 14 | 424 | 55 | 116 |
| Binary | 11001100 | 10101101 | 11100000 | 1001 | 10111 | 0 | 1100 | 100010100 | 101101 | 1001110 |
Color Harmonies of #CCADE0
Complementary color
Monochromatic Colors of #CCADE0
Black with #CCADE0
Text Example
Text Example
White with #CCADE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCADE0; }
p { color: rgb(204,173,224); }
H1.HeaderClassName
{
color: #CCADE0;
}
.AnyTagClassName
{
color: #CCADE0;
}
</style>
background-color css
<style>
a { background-color: #CCADE0; }
a { background-color: rgb(204,173,224); }
div.DivClassName
{
background-color: #CCADE0;
}
.BgClassName
{
background-color: #CCADE0;
}
</style>
border-color css
<style>
span { border-color: #CCADE0; }
span { border-color: rgb(204,173,224); }
td.TdClassName
{
border-color: #CCADE0;
}
.TagClassName
{
border-color: #CCADE0;
}
</style>