#CDA2C4

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

Shades of Lilac #CDA2C4

Tints of Lilac #CDA2C4

Color information

#CDA2C4 (or 0xCDA2C4) is unknown color: approx Lilac. HEX triplet: CD, A2 and C4. RGB value is (205,162,196). Sum of RGB (Red+Green+Blue) = 205+162+196=563 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.41% from 563); Green value is 162 (63.67% from 255 or 28.77% from 563); Blue value is 196 (76.95% from 255 or 34.81% from 563); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA2C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA2C4 is #325D3B. Grayscale: #B2B2B2. Windows color (decimal): -3300668 or 12886733. OLE color: 12886733.

HSL color Cylindrical-coordinate representation of color #CDA2C4: hue angle of 312.56º degrees, saturation: 0.3, 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 #CDA2C4 is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.20.

Color convert

RGB205162196-
CMYK00.210.040.20
HSL312.56º30.07%71.96%-
HSV(B)312.56º20.98%80.39%-
XYZ48.0642.8157.95-
YUV178.73137.75146.74-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.41%
GREEN value IS 162 (63.67% from 255) = 28.77%
BLUE value IS 196 (76.95% from 255) = 34.81%
R=36.41%
G=28.77%
B=34.81%

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
Decimal20516219600.210.040.20312.5630.0771.96
HexCDA2C40154141391e48
Octal31524230402542447136110
Binary11001101101000101100010001010110010100100111001111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA2C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA2C4; }

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

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

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

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

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

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

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

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