#CDA5CF

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

Shades of Lilac #CDA5CF

Tints of Lilac #CDA5CF

Color information

#CDA5CF (or 0xCDA5CF) is unknown color: approx Lilac. HEX triplet: CD, A5 and CF. RGB value is (205,165,207). Sum of RGB (Red+Green+Blue) = 205+165+207=577 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.53% from 577); Green value is 165 (64.84% from 255 or 28.60% from 577); Blue value is 207 (81.25% from 255 or 35.88% from 577); Max value from RGB is 207 - color contains mainly: blue. Hex color #CDA5CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA5CF is #325A30. Grayscale: #B5B5B5. Windows color (decimal): -3299889 or 13608397. OLE color: 13608397.

HSL color Cylindrical-coordinate representation of color #CDA5CF: hue angle of 297.14º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDA5CF is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB205165207-
CMYK0.010.2000.19
HSL297.14º30.43%72.94%-
HSV(B)297.14º20.29%81.18%-
XYZ49.8944.3964.97-
YUV181.75142.25144.58-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.53%
GREEN value IS 165 (64.84% from 255) = 28.60%
BLUE value IS 207 (81.25% from 255) = 35.88%
R=35.53%
G=28.60%
B=35.88%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2051652070.010.2000.19297.1430.4372.94
HexCDA5CF1140131291e49
Octal31524531712402345136111
Binary110011011010010111001111110100010011100101001111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA5CF; }

 p { color: rgb(205,165,207); }

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

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

 a { background-color: rgb(205,165,207); }

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

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

 span { border-color: rgb(205,165,207); }

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