#D697C9

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

Shades of Lilac #D697C9

Tints of Lilac #D697C9

Color information

#D697C9 (or 0xD697C9) is unknown color: approx Lilac. HEX triplet: D6, 97 and C9. RGB value is (214,151,201). Sum of RGB (Red+Green+Blue) = 214+151+201=566 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.81% from 566); Green value is 151 (59.38% from 255 or 26.68% from 566); Blue value is 201 (78.91% from 255 or 35.51% from 566); Max value from RGB is 214 - color contains mainly: red. Hex color #D697C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D697C9 is #296836. Grayscale: #AFAFAF. Windows color (decimal): -2713655 or 13211606. OLE color: 13211606.

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

Color convert

RGB214151201-
CMYK00.290.060.16
HSL312.38º43.45%71.57%-
HSV(B)312.38º29.44%83.92%-
XYZ49.3440.6560.5-
YUV175.54142.37155.43-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.81%
GREEN value IS 151 (59.38% from 255) = 26.68%
BLUE value IS 201 (78.91% from 255) = 35.51%
R=37.81%
G=26.68%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415120100.290.060.16312.3843.4571.57
HexD697C901D6101382b48
Octal32622731103562047053110
Binary110101101001011111001001011101110100001001110001010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D697C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D697C9; }

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

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

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

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

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

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

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

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