#CDA8CC

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

Shades of Lilac #CDA8CC

Tints of Lilac #CDA8CC

Color information

#CDA8CC (or 0xCDA8CC) is unknown color: approx Lilac. HEX triplet: CD, A8 and CC. RGB value is (205,168,204). Sum of RGB (Red+Green+Blue) = 205+168+204=577 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.53% from 577); Green value is 168 (66.02% from 255 or 29.12% from 577); Blue value is 204 (80.08% from 255 or 35.36% from 577); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA8CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA8CC is #325733. Grayscale: #B7B7B7. Windows color (decimal): -3299124 or 13412557. OLE color: 13412557.

HSL color Cylindrical-coordinate representation of color #CDA8CC: hue angle of 301.62º 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 #CDA8CC is Cyan = 0, Magento = 0.18, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB205168204-
CMYK00.180.000.20
HSL301.62º27.01%73.14%-
HSV(B)301.62º18.05%80.39%-
XYZ50.0845.3463.24-
YUV183.17139.76143.57-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.53%
GREEN value IS 168 (66.02% from 255) = 29.12%
BLUE value IS 204 (80.08% from 255) = 35.36%
R=35.53%
G=29.12%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516820400.180.000.20301.6227.0173.14
HexCDA8CC01201412e1b49
Octal31525031402202445633111
Binary110011011010100011001100010010010100100101110110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA8CC; }

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

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

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

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

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

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

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

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