#CDA4C9

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

Shades of Lilac #CDA4C9

Tints of Lilac #CDA4C9

Color information

#CDA4C9 (or 0xCDA4C9) is unknown color: approx Lilac. HEX triplet: CD, A4 and C9. RGB value is (205,164,201). Sum of RGB (Red+Green+Blue) = 205+164+201=570 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.96% from 570); Green value is 164 (64.45% from 255 or 28.77% from 570); Blue value is 201 (78.91% from 255 or 35.26% from 570); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA4C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA4C9 is #325B36. Grayscale: #B4B4B4. Windows color (decimal): -3300151 or 13214925. OLE color: 13214925.

HSL color Cylindrical-coordinate representation of color #CDA4C9: hue angle of 305.85º 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 #CDA4C9 is Cyan = 0, Magento = 0.2, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB205164201-
CMYK00.20.020.20
HSL305.85º29.08%72.35%-
HSV(B)305.85º20%80.39%-
XYZ48.9943.7561.12-
YUV180.48139.58145.49-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.96%
GREEN value IS 164 (64.45% from 255) = 28.77%
BLUE value IS 201 (78.91% from 255) = 35.26%
R=35.96%
G=28.77%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516420100.20.020.20305.8529.0872.35
HexCDA4C90142141321d48
Octal31524431102422446235110
Binary1100110110100100110010010101001010100100110010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA4C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA4C9; }

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

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

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

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

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

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

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

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