#CCAAC6

Color #CCAAC6 Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lilac #CCAAC6

Tints of Lilac #CCAAC6

Color information

#CCAAC6 (or 0xCCAAC6) is unknown color: approx Lilac. HEX triplet: CC, AA and C6. RGB value is (204,170,198). Sum of RGB (Red+Green+Blue) = 204+170+198=572 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.66% from 572); Green value is 170 (66.80% from 255 or 29.72% from 572); Blue value is 198 (77.73% from 255 or 34.62% from 572); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAAC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAAC6 is #335539. Grayscale: #B7B7B7. Windows color (decimal): -3364154 or 13019852. OLE color: 13019852.

HSL color Cylindrical-coordinate representation of color #CCAAC6: hue angle of 310.59º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCAAC6 is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.2.

Color convert

RGB204170198-
CMYK00.170.030.2
HSL310.59º25%73.33%-
HSV(B)310.59º16.67%80%-
XYZ49.4745.6659.63-
YUV183.36136.26142.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 35.66%
GREEN value IS 170 (66.80% from 255) = 29.72%
BLUE value IS 198 (77.73% from 255) = 34.62%
R=35.66%
G=29.72%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.03
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417019800.170.030.2310.592573.33
HexCCAAC60113141371949
Octal31425230602132446731111
Binary1100110010101010110001100100011110100100110111110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAAC6; }

 p { color: rgb(204,170,198); }

 H1.HeaderClassName
 {
   color: #CCAAC6;
 }
 .AnyTagClassName
 {
   color: #CCAAC6;
 }
</style>
background-color css

<style>
 a { background-color: #CCAAC6; }

 a { background-color: rgb(204,170,198); }

 div.DivClassName
 {
   background-color: #CCAAC6;
 }
 .BgClassName
 {
   background-color: #CCAAC6;
 }
</style>
border-color css

<style>
 span { border-color: #CCAAC6; }

 span { border-color: rgb(204,170,198); }

 td.TdClassName
 {
   border-color: #CCAAC6;
 }
 .TagClassName
 {
   border-color: #CCAAC6;
 }
</style>