#D696C8

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

Shades of Lilac #D696C8

Tints of Lilac #D696C8

Color information

#D696C8 (or 0xD696C8) is unknown color: approx Lilac. HEX triplet: D6, 96 and C8. RGB value is (214,150,200). Sum of RGB (Red+Green+Blue) = 214+150+200=564 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.94% from 564); Green value is 150 (58.98% from 255 or 26.60% from 564); Blue value is 200 (78.52% from 255 or 35.46% from 564); Max value from RGB is 214 - color contains mainly: red. Hex color #D696C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D696C8 is #296937. Grayscale: #AEAEAE. Windows color (decimal): -2713912 or 13145814. OLE color: 13145814.

HSL color Cylindrical-coordinate representation of color #D696C8: hue angle of 313.12º 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 #D696C8 is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB214150200-
CMYK00.300.070.16
HSL313.12º43.84%71.37%-
HSV(B)313.12º29.91%83.92%-
XYZ49.0640.2859.83-
YUV174.84142.2155.93-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.94%
GREEN value IS 150 (58.98% from 255) = 26.60%
BLUE value IS 200 (78.52% from 255) = 35.46%
R=37.94%
G=26.60%
B=35.46%

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
Decimal21415020000.300.070.16313.1243.8471.37
HexD696C801E7101392c47
Octal32622631003672047154107
Binary110101101001011011001000011110111100001001110011011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D696C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D696C8; }

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

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

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

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

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

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

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

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