#CD9BC5

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

Shades of Lilac #CD9BC5

Tints of Lilac #CD9BC5

Color information

#CD9BC5 (or 0xCD9BC5) is unknown color: approx Lilac. HEX triplet: CD, 9B and C5. RGB value is (205,155,197). Sum of RGB (Red+Green+Blue) = 205+155+197=557 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.80% from 557); Green value is 155 (60.94% from 255 or 27.83% from 557); Blue value is 197 (77.34% from 255 or 35.37% from 557); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9BC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD9BC5 is #32643A. Grayscale: #AEAEAE. Windows color (decimal): -3302459 or 12950477. OLE color: 12950477.

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

Color convert

RGB205155197-
CMYK00.240.040.20
HSL309.6º33.33%70.59%-
HSV(B)309.6º24.39%80.39%-
XYZ46.9840.4558.16-
YUV174.74140.56149.58-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.80%
GREEN value IS 155 (60.94% from 255) = 27.83%
BLUE value IS 197 (77.34% from 255) = 35.37%
R=36.80%
G=27.83%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515519700.240.040.20309.633.3370.59
HexCD9BC50184141362147
Octal31523330503042446641107
Binary110011011001101111000101011000100101001001101101000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9BC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9BC5; }

 p { color: rgb(205,155,197); }

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

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

 a { background-color: rgb(205,155,197); }

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

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

 span { border-color: rgb(205,155,197); }

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