#CD9ED3

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

Shades of Lilac #CD9ED3

Tints of Lilac #CD9ED3

Color information

#CD9ED3 (or 0xCD9ED3) is unknown color: approx Lilac. HEX triplet: CD, 9E and D3. RGB value is (205,158,211). Sum of RGB (Red+Green+Blue) = 205+158+211=574 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.71% from 574); Green value is 158 (62.11% from 255 or 27.53% from 574); Blue value is 211 (82.81% from 255 or 36.76% from 574); Max value from RGB is 211 - color contains mainly: blue. Hex color #CD9ED3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD9ED3 is #32612C. Grayscale: #B1B1B1. Windows color (decimal): -3301677 or 13868749. OLE color: 13868749.

HSL color Cylindrical-coordinate representation of color #CD9ED3: hue angle of 293.21º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CD9ED3 is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB205158211-
CMYK0.030.2500.17
HSL293.21º37.59%72.35%-
HSV(B)293.21º25.12%82.75%-
XYZ49.1642.1467.17-
YUV178.1146.57147.19-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.71%
GREEN value IS 158 (62.11% from 255) = 27.53%
BLUE value IS 211 (82.81% from 255) = 36.76%
R=35.71%
G=27.53%
B=36.76%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2051582110.030.2500.17293.2137.5972.35
HexCD9ED33190111252648
Octal31523632333102144546110
Binary11001101100111101101001111110010100011001001011001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9ED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9ED3; }

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

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

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

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

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

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

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

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