#CD9EC2

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

Shades of Lilac #CD9EC2

Tints of Lilac #CD9EC2

Color information

#CD9EC2 (or 0xCD9EC2) is unknown color: approx Lilac. HEX triplet: CD, 9E and C2. RGB value is (205,158,194). Sum of RGB (Red+Green+Blue) = 205+158+194=557 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.80% from 557); Green value is 158 (62.11% from 255 or 28.37% from 557); Blue value is 194 (76.17% from 255 or 34.83% from 557); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9EC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD9EC2 is #32613D. Grayscale: #B0B0B0. Windows color (decimal): -3301694 or 12754637. OLE color: 12754637.

HSL color Cylindrical-coordinate representation of color #CD9EC2: hue angle of 314.04º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CD9EC2 is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.20.

Color convert

RGB205158194-
CMYK00.230.050.20
HSL314.04º31.97%71.18%-
HSV(B)314.04º22.93%80.39%-
XYZ47.1441.3356.53-
YUV176.16138.07148.57-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.80%
GREEN value IS 158 (62.11% from 255) = 28.37%
BLUE value IS 194 (76.17% from 255) = 34.83%
R=36.80%
G=28.37%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515819400.230.050.20314.0431.9771.18
HexCD9EC201751413a2047
Octal31523630202752447240107
Binary110011011001111011000010010111101101001001110101000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9EC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9EC2; }

 p { color: rgb(205,158,194); }

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

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

 a { background-color: rgb(205,158,194); }

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

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

 span { border-color: rgb(205,158,194); }

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