#CCACD0

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

Shades of Lilac #CCACD0

Tints of Lilac #CCACD0

Color information

#CCACD0 (or 0xCCACD0) is unknown color: approx Lilac. HEX triplet: CC, AC and D0. RGB value is (204,172,208). Sum of RGB (Red+Green+Blue) = 204+172+208=584 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.93% from 584); Green value is 172 (67.58% from 255 or 29.45% from 584); Blue value is 208 (81.64% from 255 or 35.62% from 584); Max value from RGB is 208 - color contains mainly: blue. Hex color #CCACD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCACD0 is #33532F. Grayscale: #B9B9B9. Windows color (decimal): -3363632 or 13675724. OLE color: 13675724.

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

Color convert

RGB204172208-
CMYK0.020.1700.18
HSL293.33º27.69%74.51%-
HSV(B)293.33º17.31%81.57%-
XYZ51.0446.966.04-
YUV185.67140.6141.07-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.93%
GREEN value IS 172 (67.58% from 255) = 29.45%
BLUE value IS 208 (81.64% from 255) = 35.62%
R=34.93%
G=29.45%
B=35.62%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2041722080.020.1700.18293.3327.6974.51
HexCCACD02110121251c4b
Octal31425432022102244534113
Binary1100110010101100110100001010001010010100100101111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCACD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCACD0; }

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

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

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

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

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

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

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

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