#CDA0C4

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

Shades of Lilac #CDA0C4

Tints of Lilac #CDA0C4

Color information

#CDA0C4 (or 0xCDA0C4) is unknown color: approx Lilac. HEX triplet: CD, A0 and C4. RGB value is (205,160,196). Sum of RGB (Red+Green+Blue) = 205+160+196=561 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.54% from 561); Green value is 160 (62.89% from 255 or 28.52% from 561); Blue value is 196 (76.95% from 255 or 34.94% from 561); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA0C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA0C4 is #325F3B. Grayscale: #B1B1B1. Windows color (decimal): -3301180 or 12886221. OLE color: 12886221.

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

Color convert

RGB205160196-
CMYK00.220.040.20
HSL312º31.03%71.57%-
HSV(B)312º21.95%80.39%-
XYZ47.7142.1157.84-
YUV177.56138.41147.57-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.54%
GREEN value IS 160 (62.89% from 255) = 28.52%
BLUE value IS 196 (76.95% from 255) = 34.94%
R=36.54%
G=28.52%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516019600.220.040.2031231.0371.57
HexCDA0C40164141381f48
Octal31524030402642447037110
Binary11001101101000001100010001011010010100100111000111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA0C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA0C4; }

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

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

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

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

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

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

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

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