#CDADD0

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

Shades of Lilac #CDADD0

Tints of Lilac #CDADD0

Color information

#CDADD0 (or 0xCDADD0) is unknown color: approx Lilac. HEX triplet: CD, AD and D0. RGB value is (205,173,208). Sum of RGB (Red+Green+Blue) = 205+173+208=586 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.98% from 586); Green value is 173 (67.97% from 255 or 29.52% from 586); Blue value is 208 (81.64% from 255 or 35.49% from 586); Max value from RGB is 208 - color contains mainly: blue. Hex color #CDADD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDADD0 is #32522F. Grayscale: #BABABA. Windows color (decimal): -3297840 or 13675981. OLE color: 13675981.

HSL color Cylindrical-coordinate representation of color #CDADD0: hue angle of 294.86º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDADD0 is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB205173208-
CMYK0.010.1700.18
HSL294.86º27.13%74.71%-
HSV(B)294.86º16.83%81.57%-
XYZ51.5147.4266.11-
YUV186.56140.1141.15-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.98%
GREEN value IS 173 (67.97% from 255) = 29.52%
BLUE value IS 208 (81.64% from 255) = 35.49%
R=34.98%
G=29.52%
B=35.49%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2051732080.010.1700.18294.8627.1374.71
HexCDADD01110121271b4b
Octal31525532012102244733113
Binary110011011010110111010000110001010010100100111110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDADD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDADD0; }

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

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

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

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

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

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

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

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