#D696C9

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

Shades of Lilac #D696C9

Tints of Lilac #D696C9

Color information

#D696C9 (or 0xD696C9) is unknown color: approx Lilac. HEX triplet: D6, 96 and C9. RGB value is (214,150,201). Sum of RGB (Red+Green+Blue) = 214+150+201=565 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.88% from 565); Green value is 150 (58.98% from 255 or 26.55% from 565); Blue value is 201 (78.91% from 255 or 35.58% from 565); Max value from RGB is 214 - color contains mainly: red. Hex color #D696C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D696C9 is #296936. Grayscale: #AEAEAE. Windows color (decimal): -2713911 or 13211350. OLE color: 13211350.

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

Color convert

RGB214150201-
CMYK00.300.060.16
HSL312.19º43.84%71.37%-
HSV(B)312.19º29.91%83.92%-
XYZ49.1840.3360.45-
YUV174.95142.7155.85-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.88%
GREEN value IS 150 (58.98% from 255) = 26.55%
BLUE value IS 201 (78.91% from 255) = 35.58%
R=37.88%
G=26.55%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415020100.300.060.16312.1943.8471.37
HexD696C901E6101382c47
Octal32622631103662047054107
Binary110101101001011011001001011110110100001001110001011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D696C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D696C9; }

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

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

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

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

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

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

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

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