#CDA8C7

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

Shades of Lilac #CDA8C7

Tints of Lilac #CDA8C7

Color information

#CDA8C7 (or 0xCDA8C7) is unknown color: approx Lilac. HEX triplet: CD, A8 and C7. RGB value is (205,168,199). Sum of RGB (Red+Green+Blue) = 205+168+199=572 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.84% from 572); Green value is 168 (66.02% from 255 or 29.37% from 572); Blue value is 199 (78.12% from 255 or 34.79% from 572); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA8C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA8C7 is #325738. Grayscale: #B6B6B6. Windows color (decimal): -3299129 or 13084877. OLE color: 13084877.

HSL color Cylindrical-coordinate representation of color #CDA8C7: hue angle of 309.73º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDA8C7 is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB205168199-
CMYK00.180.030.20
HSL309.73º27.01%73.14%-
HSV(B)309.73º18.05%80.39%-
XYZ49.4945.1160.13-
YUV182.6137.26143.98-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.84%
GREEN value IS 168 (66.02% from 255) = 29.37%
BLUE value IS 199 (78.12% from 255) = 34.79%
R=35.84%
G=29.37%
B=34.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516819900.180.030.20309.7327.0173.14
HexCDA8C70123141361b49
Octal31525030702232446633111
Binary1100110110101000110001110100101110100100110110110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA8C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA8C7; }

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

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

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

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

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

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

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

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