#D699C8

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

Shades of Lilac #D699C8

Tints of Lilac #D699C8

Color information

#D699C8 (or 0xD699C8) is unknown color: approx Lilac. HEX triplet: D6, 99 and C8. RGB value is (214,153,200). Sum of RGB (Red+Green+Blue) = 214+153+200=567 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.74% from 567); Green value is 153 (60.16% from 255 or 26.98% from 567); Blue value is 200 (78.52% from 255 or 35.27% from 567); Max value from RGB is 214 - color contains mainly: red. Hex color #D699C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D699C8 is #296637. Grayscale: #B0B0B0. Windows color (decimal): -2713144 or 13146582. OLE color: 13146582.

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

Color convert

RGB214153200-
CMYK00.290.070.16
HSL313.77º42.66%71.96%-
HSV(B)313.77º28.5%83.92%-
XYZ49.5541.2559.99-
YUV176.6141.21154.68-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.74%
GREEN value IS 153 (60.16% from 255) = 26.98%
BLUE value IS 200 (78.52% from 255) = 35.27%
R=37.74%
G=26.98%
B=35.27%

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
Decimal21415320000.290.070.16313.7742.6671.96
HexD699C801D71013a2b48
Octal32623131003572047253110
Binary110101101001100111001000011101111100001001110101010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D699C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D699C8; }

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

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

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

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

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

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

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

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