#CCAACF

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

Shades of Lilac #CCAACF

Tints of Lilac #CCAACF

Color information

#CCAACF (or 0xCCAACF) is unknown color: approx Lilac. HEX triplet: CC, AA and CF. RGB value is (204,170,207). Sum of RGB (Red+Green+Blue) = 204+170+207=581 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.11% from 581); Green value is 170 (66.80% from 255 or 29.26% from 581); Blue value is 207 (81.25% from 255 or 35.63% from 581); Max value from RGB is 207 - color contains mainly: blue. Hex color #CCAACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAACF is #335530. Grayscale: #B8B8B8. Windows color (decimal): -3364145 or 13609676. OLE color: 13609676.

HSL color Cylindrical-coordinate representation of color #CCAACF: hue angle of 295.14º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCAACF is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB204170207-
CMYK0.010.1800.19
HSL295.14º27.82%73.92%-
HSV(B)295.14º17.87%81.18%-
XYZ50.5446.0965.26-
YUV184.38140.76141.99-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.11%
GREEN value IS 170 (66.80% from 255) = 29.26%
BLUE value IS 207 (81.25% from 255) = 35.63%
R=35.11%
G=29.26%
B=35.63%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2041702070.010.1800.19295.1427.8273.92
HexCCAACF1120131271c4a
Octal31425231712202344734112
Binary110011001010101011001111110010010011100100111111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAACF; }

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

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

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

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

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

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

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

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