#CDA8D0

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

Shades of Lilac #CDA8D0

Tints of Lilac #CDA8D0

Color information

#CDA8D0 (or 0xCDA8D0) is unknown color: approx Lilac. HEX triplet: CD, A8 and D0. RGB value is (205,168,208). Sum of RGB (Red+Green+Blue) = 205+168+208=581 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.28% from 581); Green value is 168 (66.02% from 255 or 28.92% from 581); Blue value is 208 (81.64% from 255 or 35.80% from 581); Max value from RGB is 208 - color contains mainly: blue. Hex color #CDA8D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA8D0 is #32572F. Grayscale: #B7B7B7. Windows color (decimal): -3299120 or 13674701. OLE color: 13674701.

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

Color convert

RGB205168208-
CMYK0.010.1900.18
HSL295.5º29.85%73.73%-
HSV(B)295.5º19.23%81.57%-
XYZ50.5645.5465.8-
YUV183.62141.76143.25-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.28%
GREEN value IS 168 (66.02% from 255) = 28.92%
BLUE value IS 208 (81.64% from 255) = 35.80%
R=35.28%
G=28.92%
B=35.80%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2051682080.010.1900.18295.529.8573.73
HexCDA8D01130121281e4a
Octal31525032012302245036112
Binary110011011010100011010000110011010010100101000111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA8D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA8D0; }

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

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

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

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

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

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

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

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