#CCADCC

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

Shades of Lilac #CCADCC

Tints of Lilac #CCADCC

Color information

#CCADCC (or 0xCCADCC) is unknown color: approx Lilac. HEX triplet: CC, AD and CC. RGB value is (204,173,204). Sum of RGB (Red+Green+Blue) = 204+173+204=581 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.11% from 581); Green value is 173 (67.97% from 255 or 29.78% from 581); Blue value is 204 (80.08% from 255 or 35.11% from 581); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CCADCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCADCC is #335233. Grayscale: #B9B9B9. Windows color (decimal): -3363380 or 13413836. OLE color: 13413836.

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

Color convert

RGB204173204-
CMYK00.1500.2
HSL300º23.31%73.92%-
HSV(B)300º15.2%80%-
XYZ50.7447.0863.54-
YUV185.8138.27140.98-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.11%
GREEN value IS 173 (67.97% from 255) = 29.78%
BLUE value IS 204 (80.08% from 255) = 35.11%
R=35.11%
G=29.78%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417320400.1500.230023.3173.92
HexCCADCC0F01412c174a
Octal31425531401702445427112
Binary11001100101011011100110001111010100100101100101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCADCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCADCC; }

 p { color: rgb(204,173,204); }

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

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

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

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

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

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

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