#CDA1C8

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

Shades of Lilac #CDA1C8

Tints of Lilac #CDA1C8

Color information

#CDA1C8 (or 0xCDA1C8) is unknown color: approx Lilac. HEX triplet: CD, A1 and C8. RGB value is (205,161,200). Sum of RGB (Red+Green+Blue) = 205+161+200=566 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.22% from 566); Green value is 161 (63.28% from 255 or 28.45% from 566); Blue value is 200 (78.52% from 255 or 35.34% from 566); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA1C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA1C8 is #325E37. Grayscale: #B2B2B2. Windows color (decimal): -3300920 or 13148621. OLE color: 13148621.

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

Color convert

RGB205161200-
CMYK00.210.020.20
HSL306.82º30.56%71.76%-
HSV(B)306.82º21.46%80.39%-
XYZ48.3542.6460.33-
YUV178.6140.08146.83-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.22%
GREEN value IS 161 (63.28% from 255) = 28.45%
BLUE value IS 200 (78.52% from 255) = 35.34%
R=36.22%
G=28.45%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516120000.210.020.20306.8230.5671.76
HexCDA1C80152141331f48
Octal31524131002522446337110
Binary1100110110100001110010000101011010100100110011111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA1C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA1C8; }

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

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

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

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

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

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

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

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