Shades of Perfume #CCAEEB
Tints of Perfume #CCAEEB
RGB
CMYK
RGB Variations
Color information
#CCAEEB (or 0xCCAEEB) is known color: Perfume. HEX triplet: CC, AE and EB. RGB value is (204,174,235). Sum of RGB (Red+Green+Blue) = 204+174+235=613 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.28% from 613); Green value is 174 (68.36% from 255 or 28.38% from 613); Blue value is 235 (92.19% from 255 or 38.34% from 613); Max value from RGB is 235 - color contains mainly: blue. Hex color #CCAEEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCAEEB is #335114. Grayscale: #BDBDBD. Windows color (decimal): -3363093 or 15445708. OLE color: 15445708.
HSL color Cylindrical-coordinate representation of color #CCAEEB: hue angle of 269.51º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CCAEEB is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 204 | 174 | 235 | - |
CMYK | 0.13 | 0.26 | 0 | 0.08 |
HSL | 269.51º | 0.6% | 0.8% | - |
HSV(B) | 269.51º | 0.26% | 0.92% | - |
XYZ | 55.03 | 49.11 | 85.18 | - |
YUV | 189.92 | 153.44 | 138.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 174 | 235 | 0.13 | 0.26 | 0 | 0.08 | 269.51 | 0.6 | 0.8 |
Hex | CC | AE | EB | D | 1A | 0 | 8 | 10E | 3C | 50 |
Octal | 314 | 256 | 353 | 15 | 32 | 0 | 10 | 416 | 74 | 120 |
Binary | 11001100 | 10101110 | 11101011 | 1101 | 11010 | 0 | 1000 | 100001110 | 111100 | 1010000 |
Color Harmonies of #CCAEEB
Complementary color
Monochromatic Colors of #CCAEEB
Black with #CCAEEB
Text Example
Text Example
White with #CCAEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAEEB; }
p { color: rgb(204,174,235); }
H1.HeaderClassName
{
color: #CCAEEB;
}
.AnyTagClassName
{
color: #CCAEEB;
}
</style>
background-color css
<style>
a { background-color: #CCAEEB; }
a { background-color: rgb(204,174,235); }
div.DivClassName
{
background-color: #CCAEEB;
}
.BgClassName
{
background-color: #CCAEEB;
}
</style>
border-color css
<style>
span { border-color: #CCAEEB; }
span { border-color: rgb(204,174,235); }
td.TdClassName
{
border-color: #CCAEEB;
}
.TagClassName
{
border-color: #CCAEEB;
}
</style>