#CDADCD

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

Shades of Lilac #CDADCD

Tints of Lilac #CDADCD

Color information

#CDADCD (or 0xCDADCD) is unknown color: approx Lilac. HEX triplet: CD, AD and CD. RGB value is (205,173,205). Sum of RGB (Red+Green+Blue) = 205+173+205=583 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.16% from 583); Green value is 173 (67.97% from 255 or 29.67% from 583); Blue value is 205 (80.47% from 255 or 35.16% from 583); Max value from RGB is 205 - color contains mainly: red, blue. Hex color #CDADCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDADCD is #325232. Grayscale: #BABABA. Windows color (decimal): -3297843 or 13479373. OLE color: 13479373.

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

Color convert

RGB205173205-
CMYK00.1600.20
HSL300º24.24%74.12%-
HSV(B)300º15.61%80.39%-
XYZ51.1447.2764.19-
YUV186.22138.6141.4-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.16%
GREEN value IS 173 (67.97% from 255) = 29.67%
BLUE value IS 205 (80.47% from 255) = 35.16%
R=35.16%
G=29.67%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517320500.1600.2030024.2474.12
HexCDADCD01001412c184a
Octal31525531502002445430112
Binary110011011010110111001101010000010100100101100110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDADCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDADCD; }

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

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

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

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

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

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

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

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