#CDA7CB

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

Shades of Lilac #CDA7CB

Tints of Lilac #CDA7CB

Color information

#CDA7CB (or 0xCDA7CB) is unknown color: approx Lilac. HEX triplet: CD, A7 and CB. RGB value is (205,167,203). Sum of RGB (Red+Green+Blue) = 205+167+203=575 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.65% from 575); Green value is 167 (65.62% from 255 or 29.04% from 575); Blue value is 203 (79.69% from 255 or 35.30% from 575); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA7CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA7CB is #325834. Grayscale: #B6B6B6. Windows color (decimal): -3299381 or 13346765. OLE color: 13346765.

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

Color convert

RGB205167203-
CMYK00.190.010.20
HSL303.16º27.54%72.94%-
HSV(B)303.16º18.54%80.39%-
XYZ49.7844.9362.55-
YUV182.47139.59144.07-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.65%
GREEN value IS 167 (65.62% from 255) = 29.04%
BLUE value IS 203 (79.69% from 255) = 35.30%
R=35.65%
G=29.04%
B=35.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516720300.190.010.20303.1627.5472.94
HexCDA7CB01311412f1c49
Octal31524731302312445734111
Binary110011011010011111001011010011110100100101111111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA7CB; }

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

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

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

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

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

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

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

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