#CDAAD0

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

Shades of Lilac #CDAAD0

Tints of Lilac #CDAAD0

Color information

#CDAAD0 (or 0xCDAAD0) is unknown color: approx Lilac. HEX triplet: CD, AA and D0. RGB value is (205,170,208). Sum of RGB (Red+Green+Blue) = 205+170+208=583 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.16% from 583); Green value is 170 (66.80% from 255 or 29.16% from 583); Blue value is 208 (81.64% from 255 or 35.68% from 583); Max value from RGB is 208 - color contains mainly: blue. Hex color #CDAAD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDAAD0 is #32552F. Grayscale: #B8B8B8. Windows color (decimal): -3298608 or 13675213. OLE color: 13675213.

HSL color Cylindrical-coordinate representation of color #CDAAD0: hue angle of 295.26º degrees, saturation: 0.29, 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 #CDAAD0 is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB205170208-
CMYK0.010.1800.18
HSL295.26º28.79%74.12%-
HSV(B)295.26º18.27%81.57%-
XYZ50.9446.2865.92-
YUV184.8141.1142.41-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.16%
GREEN value IS 170 (66.80% from 255) = 29.16%
BLUE value IS 208 (81.64% from 255) = 35.68%
R=35.16%
G=29.16%
B=35.68%

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
Decimal2051702080.010.1800.18295.2628.7974.12
HexCDAAD01120121271d4a
Octal31525232012202244735112
Binary110011011010101011010000110010010010100100111111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAAD0; }

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

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

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

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

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

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

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

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