#CDA1C4

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

Shades of Lilac #CDA1C4

Tints of Lilac #CDA1C4

Color information

#CDA1C4 (or 0xCDA1C4) is unknown color: approx Lilac. HEX triplet: CD, A1 and C4. RGB value is (205,161,196). Sum of RGB (Red+Green+Blue) = 205+161+196=562 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.48% from 562); Green value is 161 (63.28% from 255 or 28.65% from 562); Blue value is 196 (76.95% from 255 or 34.88% from 562); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA1C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA1C4 is #325E3B. Grayscale: #B2B2B2. Windows color (decimal): -3300924 or 12886477. OLE color: 12886477.

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

Color convert

RGB205161196-
CMYK00.210.040.20
HSL312.27º30.56%71.76%-
HSV(B)312.27º21.46%80.39%-
XYZ47.8942.4557.9-
YUV178.15138.08147.15-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.48%
GREEN value IS 161 (63.28% from 255) = 28.65%
BLUE value IS 196 (76.95% from 255) = 34.88%
R=36.48%
G=28.65%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516119600.210.040.20312.2730.5671.76
HexCDA1C40154141381f48
Octal31524130402542447037110
Binary11001101101000011100010001010110010100100111000111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA1C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA1C4; }

 p { color: rgb(205,161,196); }

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

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

 a { background-color: rgb(205,161,196); }

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

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

 span { border-color: rgb(205,161,196); }

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