#CDA7CC

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

Shades of Lilac #CDA7CC

Tints of Lilac #CDA7CC

Color information

#CDA7CC (or 0xCDA7CC) is unknown color: approx Lilac. HEX triplet: CD, A7 and CC. RGB value is (205,167,204). Sum of RGB (Red+Green+Blue) = 205+167+204=576 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.59% from 576); Green value is 167 (65.62% from 255 or 28.99% from 576); Blue value is 204 (80.08% from 255 or 35.42% from 576); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA7CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA7CC is #325833. Grayscale: #B6B6B6. Windows color (decimal): -3299380 or 13412301. OLE color: 13412301.

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

Color convert

RGB205167204-
CMYK00.190.000.20
HSL301.58º27.54%72.94%-
HSV(B)301.58º18.54%80.39%-
XYZ49.8944.9863.18-
YUV182.58140.09143.99-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.59%
GREEN value IS 167 (65.62% from 255) = 28.99%
BLUE value IS 204 (80.08% from 255) = 35.42%
R=35.59%
G=28.99%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516720400.190.000.20301.5827.5472.94
HexCDA7CC01301412e1c49
Octal31524731402302445634111
Binary110011011010011111001100010011010100100101110111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA7CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA7CC; }

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

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

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

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

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

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

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

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