#CDB0CD

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

Shades of Lilac #CDB0CD

Tints of Lilac #CDB0CD

Color information

#CDB0CD (or 0xCDB0CD) is unknown color: approx Lilac. HEX triplet: CD, B0 and CD. RGB value is (205,176,205). Sum of RGB (Red+Green+Blue) = 205+176+205=586 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.98% from 586); Green value is 176 (69.14% from 255 or 30.03% from 586); Blue value is 205 (80.47% from 255 or 34.98% from 586); Max value from RGB is 205 - color contains mainly: red, blue. Hex color #CDB0CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDB0CD is #324F32. Grayscale: #BBBBBB. Windows color (decimal): -3297075 or 13480141. OLE color: 13480141.

HSL color Cylindrical-coordinate representation of color #CDB0CD: hue angle of 300º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDB0CD is Cyan = 0, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB205176205-
CMYK00.1400.20
HSL300º22.48%74.71%-
HSV(B)300º14.15%80.39%-
XYZ51.7248.4464.38-
YUV187.98137.61140.14-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.98%
GREEN value IS 176 (69.14% from 255) = 30.03%
BLUE value IS 205 (80.47% from 255) = 34.98%
R=34.98%
G=30.03%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517620500.1400.2030022.4874.71
HexCDB0CD0E01412c164b
Octal31526031501602445426113
Binary11001101101100001100110101110010100100101100101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB0CD; }

 p { color: rgb(205,176,205); }

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

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

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

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

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

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

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