#CCACCF

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

Shades of Lilac #CCACCF

Tints of Lilac #CCACCF

Color information

#CCACCF (or 0xCCACCF) is unknown color: approx Lilac. HEX triplet: CC, AC and CF. RGB value is (204,172,207). Sum of RGB (Red+Green+Blue) = 204+172+207=583 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.99% from 583); Green value is 172 (67.58% from 255 or 29.50% from 583); Blue value is 207 (81.25% from 255 or 35.51% from 583); Max value from RGB is 207 - color contains mainly: blue. Hex color #CCACCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCACCF is #335330. Grayscale: #B9B9B9. Windows color (decimal): -3363633 or 13610188. OLE color: 13610188.

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

Color convert

RGB204172207-
CMYK0.010.1700.19
HSL294.86º26.72%74.31%-
HSV(B)294.86º16.91%81.18%-
XYZ50.9246.8565.39-
YUV185.56140.1141.15-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.99%
GREEN value IS 172 (67.58% from 255) = 29.50%
BLUE value IS 207 (81.25% from 255) = 35.51%
R=34.99%
G=29.50%
B=35.51%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2041722070.010.1700.19294.8626.7274.31
HexCCACCF1110131271b4a
Octal31425431712102344733112
Binary110011001010110011001111110001010011100100111110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCACCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCACCF; }

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

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

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

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

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

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

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

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