#C8ABCC

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

Shades of Lilac #C8ABCC

Tints of Lilac #C8ABCC

Color information

#C8ABCC (or 0xC8ABCC) is unknown color: approx Lilac. HEX triplet: C8, AB and CC. RGB value is (200,171,204). Sum of RGB (Red+Green+Blue) = 200+171+204=575 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.78% from 575); Green value is 171 (67.19% from 255 or 29.74% from 575); Blue value is 204 (80.08% from 255 or 35.48% from 575); Max value from RGB is 204 - color contains mainly: blue. Hex color #C8ABCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8ABCC is #375433. Grayscale: #B7B7B7. Windows color (decimal): -3626036 or 13413320. OLE color: 13413320.

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

Color convert

RGB200171204-
CMYK0.020.1600.2
HSL292.73º24.44%73.53%-
HSV(B)292.73º16.18%80%-
XYZ49.2845.7663.36-
YUV183.43139.61139.82-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.78%
GREEN value IS 171 (67.19% from 255) = 29.74%
BLUE value IS 204 (80.08% from 255) = 35.48%
R=34.78%
G=29.74%
B=35.48%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2001712040.020.1600.2292.7324.4473.53
HexC8ABCC210014125184a
Octal31025331422002444530112
Binary1100100010101011110011001010000010100100100101110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8ABCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8ABCC; }

 p { color: rgb(200,171,204); }

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

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

 a { background-color: rgb(200,171,204); }

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

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

 span { border-color: rgb(200,171,204); }

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