#CDB2CD

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

Shades of Lilac #CDB2CD

Tints of Lilac #CDB2CD

Color information

#CDB2CD (or 0xCDB2CD) is unknown color: approx Lilac. HEX triplet: CD, B2 and CD. RGB value is (205,178,205). Sum of RGB (Red+Green+Blue) = 205+178+205=588 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.86% from 588); Green value is 178 (69.92% from 255 or 30.27% from 588); Blue value is 205 (80.47% from 255 or 34.86% from 588); Max value from RGB is 205 - color contains mainly: red, blue. Hex color #CDB2CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDB2CD is #324D32. Grayscale: #BDBDBD. Windows color (decimal): -3296563 or 13480653. OLE color: 13480653.

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

Color convert

RGB205178205-
CMYK00.1300.20
HSL300º21.26%75.1%-
HSV(B)300º13.17%80.39%-
XYZ52.1249.2364.51-
YUV189.15136.95139.3-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.86%
GREEN value IS 178 (69.92% from 255) = 30.27%
BLUE value IS 205 (80.47% from 255) = 34.86%
R=34.86%
G=30.27%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517820500.1300.2030021.2675.1
HexCDB2CD0D01412c154b
Octal31526231501502445425113
Binary11001101101100101100110101101010100100101100101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB2CD; }

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

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

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

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

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

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

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

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