#CDA9D0

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

Shades of Lilac #CDA9D0

Tints of Lilac #CDA9D0

Color information

#CDA9D0 (or 0xCDA9D0) is unknown color: approx Lilac. HEX triplet: CD, A9 and D0. RGB value is (205,169,208). Sum of RGB (Red+Green+Blue) = 205+169+208=582 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.22% from 582); Green value is 169 (66.41% from 255 or 29.04% from 582); Blue value is 208 (81.64% from 255 or 35.74% from 582); Max value from RGB is 208 - color contains mainly: blue. Hex color #CDA9D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA9D0 is #32562F. Grayscale: #B8B8B8. Windows color (decimal): -3298864 or 13674957. OLE color: 13674957.

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

Color convert

RGB205169208-
CMYK0.010.1900.18
HSL295.38º29.32%73.92%-
HSV(B)295.38º18.75%81.57%-
XYZ50.7545.9165.86-
YUV184.21141.43142.83-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.22%
GREEN value IS 169 (66.41% from 255) = 29.04%
BLUE value IS 208 (81.64% from 255) = 35.74%
R=35.22%
G=29.04%
B=35.74%

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
Decimal2051692080.010.1900.18295.3829.3273.92
HexCDA9D01130121271d4a
Octal31525132012302244735112
Binary110011011010100111010000110011010010100100111111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA9D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA9D0; }

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

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

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

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

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

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

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

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