#CDA4C8

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

Shades of Lilac #CDA4C8

Tints of Lilac #CDA4C8

Color information

#CDA4C8 (or 0xCDA4C8) is unknown color: approx Lilac. HEX triplet: CD, A4 and C8. RGB value is (205,164,200). Sum of RGB (Red+Green+Blue) = 205+164+200=569 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.03% from 569); Green value is 164 (64.45% from 255 or 28.82% from 569); Blue value is 200 (78.52% from 255 or 35.15% from 569); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA4C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA4C8 is #325B37. Grayscale: #B4B4B4. Windows color (decimal): -3300152 or 13149389. OLE color: 13149389.

HSL color Cylindrical-coordinate representation of color #CDA4C8: hue angle of 307.32º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDA4C8 is Cyan = 0, Magento = 0.2, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB205164200-
CMYK00.20.020.20
HSL307.32º29.08%72.35%-
HSV(B)307.32º20%80.39%-
XYZ48.8843.760.5-
YUV180.36139.08145.57-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.03%
GREEN value IS 164 (64.45% from 255) = 28.82%
BLUE value IS 200 (78.52% from 255) = 35.15%
R=36.03%
G=28.82%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516420000.20.020.20307.3229.0872.35
HexCDA4C80142141331d48
Octal31524431002422446335110
Binary1100110110100100110010000101001010100100110011111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA4C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA4C8; }

 p { color: rgb(205,164,200); }

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

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

 a { background-color: rgb(205,164,200); }

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

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

 span { border-color: rgb(205,164,200); }

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