#CDABD0

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

Shades of Lilac #CDABD0

Tints of Lilac #CDABD0

Color information

#CDABD0 (or 0xCDABD0) is unknown color: approx Lilac. HEX triplet: CD, AB and D0. RGB value is (205,171,208). Sum of RGB (Red+Green+Blue) = 205+171+208=584 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.10% from 584); Green value is 171 (67.19% from 255 or 29.28% from 584); Blue value is 208 (81.64% from 255 or 35.62% from 584); Max value from RGB is 208 - color contains mainly: blue. Hex color #CDABD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDABD0 is #32542F. Grayscale: #B9B9B9. Windows color (decimal): -3298352 or 13675469. OLE color: 13675469.

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

Color convert

RGB205171208-
CMYK0.010.1800.18
HSL295.14º28.24%74.31%-
HSV(B)295.14º17.79%81.57%-
XYZ51.1246.6665.99-
YUV185.38140.76141.99-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.10%
GREEN value IS 171 (67.19% from 255) = 29.28%
BLUE value IS 208 (81.64% from 255) = 35.62%
R=35.10%
G=29.28%
B=35.62%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2051712080.010.1800.18295.1428.2474.31
HexCDABD01120121271c4a
Octal31525332012202244734112
Binary110011011010101111010000110010010010100100111111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDABD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDABD0; }

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

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

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

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

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

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

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

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