Shades of Perfume #CCADE6
Tints of Perfume #CCADE6
RGB
CMYK
RGB Variations
Color information
#CCADE6 (or 0xCCADE6) is known color: Perfume. HEX triplet: CC, AD and E6. RGB value is (204,173,230). Sum of RGB (Red+Green+Blue) = 204+173+230=607 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.61% from 607); Green value is 173 (67.97% from 255 or 28.50% from 607); Blue value is 230 (90.23% from 255 or 37.89% from 607); Max value from RGB is 230 - color contains mainly: blue. Hex color #CCADE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCADE6 is #335219. Grayscale: #BCBCBC. Windows color (decimal): -3363354 or 15117772. OLE color: 15117772.
HSL color Cylindrical-coordinate representation of color #CCADE6: hue angle of 272.63º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CCADE6 is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 173 | 230 | - |
| CMYK | 0.11 | 0.25 | 0 | 0.10 |
| HSL | 272.63º | 0.53% | 0.79% | - |
| HSV(B) | 272.63º | 0.25% | 0.9% | - |
| XYZ | 54.13 | 48.44 | 81.36 | - |
| YUV | 188.77 | 151.27 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 173 | 230 | 0.11 | 0.25 | 0 | 0.10 | 272.63 | 0.53 | 0.79 |
| Hex | CC | AD | E6 | B | 19 | 0 | A | 111 | 35 | 4F |
| Octal | 314 | 255 | 346 | 13 | 31 | 0 | 12 | 421 | 65 | 117 |
| Binary | 11001100 | 10101101 | 11100110 | 1011 | 11001 | 0 | 1010 | 100010001 | 110101 | 1001111 |
Color Harmonies of #CCADE6
Complementary color
Monochromatic Colors of #CCADE6
Black with #CCADE6
Text Example
Text Example
White with #CCADE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCADE6; }
p { color: rgb(204,173,230); }
H1.HeaderClassName
{
color: #CCADE6;
}
.AnyTagClassName
{
color: #CCADE6;
}
</style>
background-color css
<style>
a { background-color: #CCADE6; }
a { background-color: rgb(204,173,230); }
div.DivClassName
{
background-color: #CCADE6;
}
.BgClassName
{
background-color: #CCADE6;
}
</style>
border-color css
<style>
span { border-color: #CCADE6; }
span { border-color: rgb(204,173,230); }
td.TdClassName
{
border-color: #CCADE6;
}
.TagClassName
{
border-color: #CCADE6;
}
</style>