#CCAECD

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

Shades of Lilac #CCAECD

Tints of Lilac #CCAECD

Color information

#CCAECD (or 0xCCAECD) is unknown color: approx Lilac. HEX triplet: CC, AE and CD. RGB value is (204,174,205). Sum of RGB (Red+Green+Blue) = 204+174+205=583 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.99% from 583); Green value is 174 (68.36% from 255 or 29.85% from 583); Blue value is 205 (80.47% from 255 or 35.16% from 583); Max value from RGB is 205 - color contains mainly: blue. Hex color #CCAECD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAECD is #335132. Grayscale: #BABABA. Windows color (decimal): -3363123 or 13479628. OLE color: 13479628.

HSL color Cylindrical-coordinate representation of color #CCAECD: hue angle of 298.06º degrees, saturation: 0.24, 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 #CCAECD is Cyan = 0.00, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB204174205-
CMYK0.000.1500.20
HSL298.06º23.66%74.31%-
HSV(B)298.06º15.12%80.39%-
XYZ51.0647.5264.24-
YUV186.5138.44140.48-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.99%
GREEN value IS 174 (68.36% from 255) = 29.85%
BLUE value IS 205 (80.47% from 255) = 35.16%
R=34.99%
G=29.85%
B=35.16%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2041742050.000.1500.20298.0623.6674.31
HexCCAECD0F01412a184a
Octal31425631501702445230112
Binary11001100101011101100110101111010100100101010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAECD; }

 p { color: rgb(204,174,205); }

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

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

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

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

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

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

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