#CDA6CB

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

Shades of Lilac #CDA6CB

Tints of Lilac #CDA6CB

Color information

#CDA6CB (or 0xCDA6CB) is unknown color: approx Lilac. HEX triplet: CD, A6 and CB. RGB value is (205,166,203). Sum of RGB (Red+Green+Blue) = 205+166+203=574 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.71% from 574); Green value is 166 (65.23% from 255 or 28.92% from 574); Blue value is 203 (79.69% from 255 or 35.37% from 574); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA6CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA6CB is #325934. Grayscale: #B5B5B5. Windows color (decimal): -3299637 or 13346509. OLE color: 13346509.

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

Color convert

RGB205166203-
CMYK00.190.010.20
HSL303.08º28.06%72.75%-
HSV(B)303.08º19.02%80.39%-
XYZ49.5944.5662.49-
YUV181.88139.92144.49-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.71%
GREEN value IS 166 (65.23% from 255) = 28.92%
BLUE value IS 203 (79.69% from 255) = 35.37%
R=35.71%
G=28.92%
B=35.37%

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
Decimal20516620300.190.010.20303.0828.0672.75
HexCDA6CB01311412f1c49
Octal31524631302312445734111
Binary110011011010011011001011010011110100100101111111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA6CB; }

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

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

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

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

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

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

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

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