#D69DCE

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

Shades of Lilac #D69DCE

Tints of Lilac #D69DCE

Color information

#D69DCE (or 0xD69DCE) is unknown color: approx Lilac. HEX triplet: D6, 9D and CE. RGB value is (214,157,206). Sum of RGB (Red+Green+Blue) = 214+157+206=577 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.09% from 577); Green value is 157 (61.72% from 255 or 27.21% from 577); Blue value is 206 (80.86% from 255 or 35.70% from 577); Max value from RGB is 214 - color contains mainly: red. Hex color #D69DCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69DCE is #296231. Grayscale: #B3B3B3. Windows color (decimal): -2712114 or 13540822. OLE color: 13540822.

HSL color Cylindrical-coordinate representation of color #D69DCE: hue angle of 308.42º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D69DCE is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB214157206-
CMYK00.270.040.16
HSL308.42º41.01%72.75%-
HSV(B)308.42º26.64%83.92%-
XYZ50.9342.8763.98-
YUV179.63142.88152.52-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.09%
GREEN value IS 157 (61.72% from 255) = 27.21%
BLUE value IS 206 (80.86% from 255) = 35.70%
R=37.09%
G=27.21%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415720600.270.040.16308.4241.0172.75
HexD69DCE01B4101342949
Octal32623531603342046451111
Binary110101101001110111001110011011100100001001101001010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69DCE; }

 p { color: rgb(214,157,206); }

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

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

 a { background-color: rgb(214,157,206); }

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

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

 span { border-color: rgb(214,157,206); }

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