#CD9DCB

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

Shades of Lilac #CD9DCB

Tints of Lilac #CD9DCB

Color information

#CD9DCB (or 0xCD9DCB) is unknown color: approx Lilac. HEX triplet: CD, 9D and CB. RGB value is (205,157,203). Sum of RGB (Red+Green+Blue) = 205+157+203=565 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.28% from 565); Green value is 157 (61.72% from 255 or 27.79% from 565); Blue value is 203 (79.69% from 255 or 35.93% from 565); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9DCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD9DCB is #326234. Grayscale: #B0B0B0. Windows color (decimal): -3301941 or 13344205. OLE color: 13344205.

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

Color convert

RGB205157203-
CMYK00.230.010.20
HSL302.5º32.43%70.98%-
HSV(B)302.5º23.41%80.39%-
XYZ48.0141.461.96-
YUV176.6142.9148.26-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.28%
GREEN value IS 157 (61.72% from 255) = 27.79%
BLUE value IS 203 (79.69% from 255) = 35.93%
R=36.28%
G=27.79%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515720300.230.010.20302.532.4370.98
HexCD9DCB01711412e2047
Octal31523531302712445640107
Binary1100110110011101110010110101111101001001011101000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9DCB; }

 p { color: rgb(205,157,203); }

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

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

 a { background-color: rgb(205,157,203); }

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

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

 span { border-color: rgb(205,157,203); }

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