Shades of Perfume #CCADF2
Tints of Perfume #CCADF2
RGB
CMYK
RGB Variations
Color information
#CCADF2 (or 0xCCADF2) is known color: Perfume. HEX triplet: CC, AD and F2. RGB value is (204,173,242). Sum of RGB (Red+Green+Blue) = 204+173+242=619 (81% of max value = 765). Red value is 204 (80.08% from 255 or 32.96% from 619); Green value is 173 (67.97% from 255 or 27.95% from 619); Blue value is 242 (94.92% from 255 or 39.10% from 619); Max value from RGB is 242 - color contains mainly: blue. Hex color #CCADF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCADF2 is #33520D. Grayscale: #BDBDBD. Windows color (decimal): -3363342 or 15904204. OLE color: 15904204.
HSL color Cylindrical-coordinate representation of color #CCADF2: hue angle of 266.96º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CCADF2 is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 173 | 242 | - |
| CMYK | 0.16 | 0.29 | 0 | 0.05 |
| HSL | 266.96º | 0.73% | 0.81% | - |
| HSV(B) | 266.96º | 0.29% | 0.95% | - |
| XYZ | 55.87 | 49.14 | 90.54 | - |
| YUV | 190.14 | 157.27 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 173 | 242 | 0.16 | 0.29 | 0 | 0.05 | 266.96 | 0.73 | 0.81 |
| Hex | CC | AD | F2 | 10 | 1D | 0 | 5 | 10B | 49 | 51 |
| Octal | 314 | 255 | 362 | 20 | 35 | 0 | 5 | 413 | 111 | 121 |
| Binary | 11001100 | 10101101 | 11110010 | 10000 | 11101 | 0 | 101 | 100001011 | 1001001 | 1010001 |
Color Harmonies of #CCADF2
Complementary color
Monochromatic Colors of #CCADF2
Black with #CCADF2
Text Example
Text Example
White with #CCADF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCADF2; }
p { color: rgb(204,173,242); }
H1.HeaderClassName
{
color: #CCADF2;
}
.AnyTagClassName
{
color: #CCADF2;
}
</style>
background-color css
<style>
a { background-color: #CCADF2; }
a { background-color: rgb(204,173,242); }
div.DivClassName
{
background-color: #CCADF2;
}
.BgClassName
{
background-color: #CCADF2;
}
</style>
border-color css
<style>
span { border-color: #CCADF2; }
span { border-color: rgb(204,173,242); }
td.TdClassName
{
border-color: #CCADF2;
}
.TagClassName
{
border-color: #CCADF2;
}
</style>