#D699C6

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

Shades of Lilac #D699C6

Tints of Lilac #D699C6

Color information

#D699C6 (or 0xD699C6) is unknown color: approx Lilac. HEX triplet: D6, 99 and C6. RGB value is (214,153,198). Sum of RGB (Red+Green+Blue) = 214+153+198=565 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.88% from 565); Green value is 153 (60.16% from 255 or 27.08% from 565); Blue value is 198 (77.73% from 255 or 35.04% from 565); Max value from RGB is 214 - color contains mainly: red. Hex color #D699C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D699C6 is #296639. Grayscale: #B0B0B0. Windows color (decimal): -2713146 or 13015510. OLE color: 13015510.

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

Color convert

RGB214153198-
CMYK00.290.070.16
HSL315.74º42.66%71.96%-
HSV(B)315.74º28.5%83.92%-
XYZ49.3241.1658.77-
YUV176.37140.21154.84-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.88%
GREEN value IS 153 (60.16% from 255) = 27.08%
BLUE value IS 198 (77.73% from 255) = 35.04%
R=37.88%
G=27.08%
B=35.04%

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
Decimal21415319800.290.070.16315.7442.6671.96
HexD699C601D71013c2b48
Octal32623130603572047453110
Binary110101101001100111000110011101111100001001111001010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D699C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D699C6; }

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

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

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

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

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

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

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

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