#d696c6

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

Shades of Lilac #D696C6

Tints of Lilac #D696C6

Color information

#D696C6 (or 0xD696C6) is unknown color: approx Lilac. HEX triplet: D6, 96 and C6. RGB value is (214,150,198). Sum of RGB (Red+Green+Blue) = 214+150+198=562 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.08% from 562); Green value is 150 (58.98% from 255 or 26.69% from 562); Blue value is 198 (77.73% from 255 or 35.23% from 562); Max value from RGB is 214 - color contains mainly: red. Hex color #D696C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D696C6 is #296939. Grayscale: #AEAEAE. Windows color (decimal): -2713914 or 13014742. OLE color: 13014742.

HSL color Cylindrical-coordinate representation of color #D696C6: hue angle of 315º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D696C6 is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB214150198-
CMYK00.300.070.16
HSL315º43.84%71.37%-
HSV(B)315º29.91%83.92%-
XYZ48.8340.1958.61-
YUV174.61141.2156.1-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.08%
GREEN value IS 150 (58.98% from 255) = 26.69%
BLUE value IS 198 (77.73% from 255) = 35.23%
R=38.08%
G=26.69%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415019800.300.070.1631543.8471.37
HexD696C601E71013b2c47
Octal32622630603672047354107
Binary110101101001011011000110011110111100001001110111011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d696c6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d696c6; }

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

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

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

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

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

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

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

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