#D69AC6

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

Shades of Lilac #D69AC6

Tints of Lilac #D69AC6

Color information

#D69AC6 (or 0xD69AC6) is unknown color: approx Lilac. HEX triplet: D6, 9A and C6. RGB value is (214,154,198). Sum of RGB (Red+Green+Blue) = 214+154+198=566 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.81% from 566); Green value is 154 (60.55% from 255 or 27.21% from 566); Blue value is 198 (77.73% from 255 or 34.98% from 566); Max value from RGB is 214 - color contains mainly: red. Hex color #D69AC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69AC6 is #296539. Grayscale: #B0B0B0. Windows color (decimal): -2712890 or 13015766. OLE color: 13015766.

HSL color Cylindrical-coordinate representation of color #D69AC6: hue angle of 316º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D69AC6 is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB214154198-
CMYK00.280.070.16
HSL316º42.25%72.16%-
HSV(B)316º28.04%83.92%-
XYZ49.4841.4858.83-
YUV176.96139.88154.42-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.81%
GREEN value IS 154 (60.55% from 255) = 27.21%
BLUE value IS 198 (77.73% from 255) = 34.98%
R=37.81%
G=27.21%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415419800.280.070.1631642.2572.16
HexD69AC601C71013c2a48
Octal32623230603472047452110
Binary110101101001101011000110011100111100001001111001010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69AC6; }

 p { color: rgb(214,154,198); }

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

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

 a { background-color: rgb(214,154,198); }

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

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

 span { border-color: rgb(214,154,198); }

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