#CDA1C9

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

Shades of Lilac #CDA1C9

Tints of Lilac #CDA1C9

Color information

#CDA1C9 (or 0xCDA1C9) is unknown color: approx Lilac. HEX triplet: CD, A1 and C9. RGB value is (205,161,201). Sum of RGB (Red+Green+Blue) = 205+161+201=567 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.16% from 567); Green value is 161 (63.28% from 255 or 28.40% from 567); Blue value is 201 (78.91% from 255 or 35.45% from 567); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA1C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA1C9 is #325E36. Grayscale: #B2B2B2. Windows color (decimal): -3300919 or 13214157. OLE color: 13214157.

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

Color convert

RGB205161201-
CMYK00.210.020.20
HSL305.45º30.56%71.76%-
HSV(B)305.45º21.46%80.39%-
XYZ48.4642.6960.94-
YUV178.72140.58146.75-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.16%
GREEN value IS 161 (63.28% from 255) = 28.40%
BLUE value IS 201 (78.91% from 255) = 35.45%
R=36.16%
G=28.40%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516120100.210.020.20305.4530.5671.76
HexCDA1C90152141311f48
Octal31524131102522446137110
Binary1100110110100001110010010101011010100100110001111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA1C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA1C9; }

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

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

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

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

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

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

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

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