#CCA1C7

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

Shades of Lilac #CCA1C7

Tints of Lilac #CCA1C7

Color information

#CCA1C7 (or 0xCCA1C7) is unknown color: approx Lilac. HEX triplet: CC, A1 and C7. RGB value is (204,161,199). Sum of RGB (Red+Green+Blue) = 204+161+199=564 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.17% from 564); Green value is 161 (63.28% from 255 or 28.55% from 564); Blue value is 199 (78.12% from 255 or 35.28% from 564); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA1C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA1C7 is #335E38. Grayscale: #B2B2B2. Windows color (decimal): -3366457 or 13083084. OLE color: 13083084.

HSL color Cylindrical-coordinate representation of color #CCA1C7: hue angle of 306.98º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCA1C7 is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.2.

Color convert

RGB204161199-
CMYK00.210.020.2
HSL306.98º29.66%71.57%-
HSV(B)306.98º21.08%80%-
XYZ47.9642.4559.7-
YUV178.19139.75146.41-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.17%
GREEN value IS 161 (63.28% from 255) = 28.55%
BLUE value IS 199 (78.12% from 255) = 35.28%
R=36.17%
G=28.55%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.02
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416119900.210.020.2306.9829.6671.57
HexCCA1C70152141331e48
Octal31424130702522446336110
Binary1100110010100001110001110101011010100100110011111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA1C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA1C7; }

 p { color: rgb(204,161,199); }

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

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

 a { background-color: rgb(204,161,199); }

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

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

 span { border-color: rgb(204,161,199); }

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