#CDADCB

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

Shades of Lilac #CDADCB

Tints of Lilac #CDADCB

Color information

#CDADCB (or 0xCDADCB) is unknown color: approx Lilac. HEX triplet: CD, AD and CB. RGB value is (205,173,203). Sum of RGB (Red+Green+Blue) = 205+173+203=581 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.28% from 581); Green value is 173 (67.97% from 255 or 29.78% from 581); Blue value is 203 (79.69% from 255 or 34.94% from 581); Max value from RGB is 205 - color contains mainly: red. Hex color #CDADCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDADCB is #325234. Grayscale: #B9B9B9. Windows color (decimal): -3297845 or 13348301. OLE color: 13348301.

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

Color convert

RGB205173203-
CMYK00.160.010.20
HSL303.75º24.24%74.12%-
HSV(B)303.75º15.61%80.39%-
XYZ50.947.1862.92-
YUV185.99137.6141.56-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.28%
GREEN value IS 173 (67.97% from 255) = 29.78%
BLUE value IS 203 (79.69% from 255) = 34.94%
R=35.28%
G=29.78%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517320300.160.010.20303.7524.2474.12
HexCDADCB010114130184a
Octal31525531302012446030112
Binary110011011010110111001011010000110100100110000110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDADCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDADCB; }

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

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

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

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

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

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

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

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