#CDABD1

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

Shades of Lilac #CDABD1

Tints of Lilac #CDABD1

Color information

#CDABD1 (or 0xCDABD1) is unknown color: approx Lilac. HEX triplet: CD, AB and D1. RGB value is (205,171,209). Sum of RGB (Red+Green+Blue) = 205+171+209=585 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.04% from 585); Green value is 171 (67.19% from 255 or 29.23% from 585); Blue value is 209 (82.03% from 255 or 35.73% from 585); Max value from RGB is 209 - color contains mainly: blue. Hex color #CDABD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDABD1 is #32542E. Grayscale: #B9B9B9. Windows color (decimal): -3298351 or 13741005. OLE color: 13741005.

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

Color convert

RGB205171209-
CMYK0.020.1800.18
HSL293.68º29.23%74.51%-
HSV(B)293.68º18.18%81.96%-
XYZ51.2546.7166.64-
YUV185.5141.26141.91-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.04%
GREEN value IS 171 (67.19% from 255) = 29.23%
BLUE value IS 209 (82.03% from 255) = 35.73%
R=35.04%
G=29.23%
B=35.73%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2051712090.020.1800.18293.6829.2374.51
HexCDABD12120121261d4b
Octal31525332122202244635113
Binary1100110110101011110100011010010010010100100110111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDABD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDABD1; }

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

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

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

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

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

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

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

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