Shades of Perfume #CCAEF2
Tints of Perfume #CCAEF2
RGB
CMYK
RGB Variations
Color information
#CCAEF2 (or 0xCCAEF2) is known color: Perfume. HEX triplet: CC, AE and F2. RGB value is (204,174,242). Sum of RGB (Red+Green+Blue) = 204+174+242=620 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.90% from 620); Green value is 174 (68.36% from 255 or 28.06% from 620); Blue value is 242 (94.92% from 255 or 39.03% from 620); Max value from RGB is 242 - color contains mainly: blue. Hex color #CCAEF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCAEF2 is #33510D. Grayscale: #BEBEBE. Windows color (decimal): -3363086 or 15904460. OLE color: 15904460.
HSL color Cylindrical-coordinate representation of color #CCAEF2: hue angle of 266.47º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CCAEF2 is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 174 | 242 | - |
| CMYK | 0.16 | 0.28 | 0 | 0.05 |
| HSL | 266.47º | 0.72% | 0.82% | - |
| HSV(B) | 266.47º | 0.28% | 0.95% | - |
| XYZ | 56.06 | 49.52 | 90.61 | - |
| YUV | 190.72 | 156.94 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 174 | 242 | 0.16 | 0.28 | 0 | 0.05 | 266.47 | 0.72 | 0.82 |
| Hex | CC | AE | F2 | 10 | 1C | 0 | 5 | 10A | 48 | 52 |
| Octal | 314 | 256 | 362 | 20 | 34 | 0 | 5 | 412 | 110 | 122 |
| Binary | 11001100 | 10101110 | 11110010 | 10000 | 11100 | 0 | 101 | 100001010 | 1001000 | 1010010 |
Color Harmonies of #CCAEF2
Complementary color
Monochromatic Colors of #CCAEF2
Black with #CCAEF2
Text Example
Text Example
White with #CCAEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAEF2; }
p { color: rgb(204,174,242); }
H1.HeaderClassName
{
color: #CCAEF2;
}
.AnyTagClassName
{
color: #CCAEF2;
}
</style>
background-color css
<style>
a { background-color: #CCAEF2; }
a { background-color: rgb(204,174,242); }
div.DivClassName
{
background-color: #CCAEF2;
}
.BgClassName
{
background-color: #CCAEF2;
}
</style>
border-color css
<style>
span { border-color: #CCAEF2; }
span { border-color: rgb(204,174,242); }
td.TdClassName
{
border-color: #CCAEF2;
}
.TagClassName
{
border-color: #CCAEF2;
}
</style>