Shades of Perfume #CCADED
Tints of Perfume #CCADED
RGB
CMYK
RGB Variations
Color information
#CCADED (or 0xCCADED) is known color: Perfume. HEX triplet: CC, AD and ED. RGB value is (204,173,237). Sum of RGB (Red+Green+Blue) = 204+173+237=614 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.22% from 614); Green value is 173 (67.97% from 255 or 28.18% from 614); Blue value is 237 (92.97% from 255 or 38.60% from 614); Max value from RGB is 237 - color contains mainly: blue. Hex color #CCADED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCADED is #335212. Grayscale: #BDBDBD. Windows color (decimal): -3363347 or 15576524. OLE color: 15576524.
HSL color Cylindrical-coordinate representation of color #CCADED: hue angle of 269.06º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CCADED is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 173 | 237 | - |
| CMYK | 0.14 | 0.27 | 0 | 0.07 |
| HSL | 269.06º | 0.64% | 0.8% | - |
| HSV(B) | 269.06º | 0.27% | 0.93% | - |
| XYZ | 55.13 | 48.84 | 86.64 | - |
| YUV | 189.57 | 154.77 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 173 | 237 | 0.14 | 0.27 | 0 | 0.07 | 269.06 | 0.64 | 0.8 |
| Hex | CC | AD | ED | E | 1B | 0 | 7 | 10D | 40 | 50 |
| Octal | 314 | 255 | 355 | 16 | 33 | 0 | 7 | 415 | 100 | 120 |
| Binary | 11001100 | 10101101 | 11101101 | 1110 | 11011 | 0 | 111 | 100001101 | 1000000 | 1010000 |
Color Harmonies of #CCADED
Complementary color
Monochromatic Colors of #CCADED
Black with #CCADED
Text Example
Text Example
White with #CCADED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCADED; }
p { color: rgb(204,173,237); }
H1.HeaderClassName
{
color: #CCADED;
}
.AnyTagClassName
{
color: #CCADED;
}
</style>
background-color css
<style>
a { background-color: #CCADED; }
a { background-color: rgb(204,173,237); }
div.DivClassName
{
background-color: #CCADED;
}
.BgClassName
{
background-color: #CCADED;
}
</style>
border-color css
<style>
span { border-color: #CCADED; }
span { border-color: rgb(204,173,237); }
td.TdClassName
{
border-color: #CCADED;
}
.TagClassName
{
border-color: #CCADED;
}
</style>