#CDA8CB

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

Shades of Lilac #CDA8CB

Tints of Lilac #CDA8CB

Color information

#CDA8CB (or 0xCDA8CB) is unknown color: approx Lilac. HEX triplet: CD, A8 and CB. RGB value is (205,168,203). Sum of RGB (Red+Green+Blue) = 205+168+203=576 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.59% from 576); Green value is 168 (66.02% from 255 or 29.17% from 576); Blue value is 203 (79.69% from 255 or 35.24% from 576); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA8CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA8CB is #325734. Grayscale: #B6B6B6. Windows color (decimal): -3299125 or 13347021. OLE color: 13347021.

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

Color convert

RGB205168203-
CMYK00.180.010.20
HSL303.24º27.01%73.14%-
HSV(B)303.24º18.05%80.39%-
XYZ49.9645.362.61-
YUV183.05139.26143.65-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.59%
GREEN value IS 168 (66.02% from 255) = 29.17%
BLUE value IS 203 (79.69% from 255) = 35.24%
R=35.59%
G=29.17%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516820300.180.010.20303.2427.0173.14
HexCDA8CB01211412f1b49
Octal31525031302212445733111
Binary110011011010100011001011010010110100100101111110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA8CB; }

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

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

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

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

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

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

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

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