#CCABD0

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

Shades of Lilac #CCABD0

Tints of Lilac #CCABD0

Color information

#CCABD0 (or 0xCCABD0) is unknown color: approx Lilac. HEX triplet: CC, AB and D0. RGB value is (204,171,208). Sum of RGB (Red+Green+Blue) = 204+171+208=583 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.99% from 583); Green value is 171 (67.19% from 255 or 29.33% from 583); Blue value is 208 (81.64% from 255 or 35.68% from 583); Max value from RGB is 208 - color contains mainly: blue. Hex color #CCABD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCABD0 is #33542F. Grayscale: #B8B8B8. Windows color (decimal): -3363888 or 13675468. OLE color: 13675468.

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

Color convert

RGB204171208-
CMYK0.020.1800.18
HSL293.51º28.24%74.31%-
HSV(B)293.51º17.79%81.57%-
XYZ50.8546.5265.97-
YUV185.08140.93141.49-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.99%
GREEN value IS 171 (67.19% from 255) = 29.33%
BLUE value IS 208 (81.64% from 255) = 35.68%
R=34.99%
G=29.33%
B=35.68%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2041712080.020.1800.18293.5128.2474.31
HexCCABD02120121261c4a
Octal31425332022202244634112
Binary1100110010101011110100001010010010010100100110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCABD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCABD0; }

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

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

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

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

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

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

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

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