#D697C6

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

Shades of Lilac #D697C6

Tints of Lilac #D697C6

Color information

#D697C6 (or 0xD697C6) is unknown color: approx Lilac. HEX triplet: D6, 97 and C6. RGB value is (214,151,198). Sum of RGB (Red+Green+Blue) = 214+151+198=563 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.01% from 563); Green value is 151 (59.38% from 255 or 26.82% from 563); Blue value is 198 (77.73% from 255 or 35.17% from 563); Max value from RGB is 214 - color contains mainly: red. Hex color #D697C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D697C6 is #296839. Grayscale: #AFAFAF. Windows color (decimal): -2713658 or 13014998. OLE color: 13014998.

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

Color convert

RGB214151198-
CMYK00.290.070.16
HSL315.24º43.45%71.57%-
HSV(B)315.24º29.44%83.92%-
XYZ48.9940.5158.66-
YUV175.2140.87155.68-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.01%
GREEN value IS 151 (59.38% from 255) = 26.82%
BLUE value IS 198 (77.73% from 255) = 35.17%
R=38.01%
G=26.82%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415119800.290.070.16315.2443.4571.57
HexD697C601D71013b2b48
Octal32622730603572047353110
Binary110101101001011111000110011101111100001001110111010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D697C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D697C6; }

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

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

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

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

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

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

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

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