#CDA4C6

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

Shades of Lilac #CDA4C6

Tints of Lilac #CDA4C6

Color information

#CDA4C6 (or 0xCDA4C6) is unknown color: approx Lilac. HEX triplet: CD, A4 and C6. RGB value is (205,164,198). Sum of RGB (Red+Green+Blue) = 205+164+198=567 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.16% from 567); Green value is 164 (64.45% from 255 or 28.92% from 567); Blue value is 198 (77.73% from 255 or 34.92% from 567); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA4C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA4C6 is #325B39. Grayscale: #B4B4B4. Windows color (decimal): -3300154 or 13018317. OLE color: 13018317.

HSL color Cylindrical-coordinate representation of color #CDA4C6: hue angle of 310.24º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDA4C6 is Cyan = 0, Magento = 0.2, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB205164198-
CMYK00.20.030.20
HSL310.24º29.08%72.35%-
HSV(B)310.24º20%80.39%-
XYZ48.6543.6159.28-
YUV180.14138.08145.74-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.16%
GREEN value IS 164 (64.45% from 255) = 28.92%
BLUE value IS 198 (77.73% from 255) = 34.92%
R=36.16%
G=28.92%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516419800.20.030.20310.2429.0872.35
HexCDA4C60143141361d48
Octal31524430602432446635110
Binary1100110110100100110001100101001110100100110110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA4C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA4C6; }

 p { color: rgb(205,164,198); }

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

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

 a { background-color: rgb(205,164,198); }

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

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

 span { border-color: rgb(205,164,198); }

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