#D69ECA

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

Shades of Lilac #D69ECA

Tints of Lilac #D69ECA

Color information

#D69ECA (or 0xD69ECA) is unknown color: approx Lilac. HEX triplet: D6, 9E and CA. RGB value is (214,158,202). Sum of RGB (Red+Green+Blue) = 214+158+202=574 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.28% from 574); Green value is 158 (62.11% from 255 or 27.53% from 574); Blue value is 202 (79.30% from 255 or 35.19% from 574); Max value from RGB is 214 - color contains mainly: red. Hex color #D69ECA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69ECA is #296135. Grayscale: #B3B3B3. Windows color (decimal): -2711862 or 13278934. OLE color: 13278934.

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

Color convert

RGB214158202-
CMYK00.260.060.16
HSL312.86º40.58%72.94%-
HSV(B)312.86º26.17%83.92%-
XYZ50.6243.0161.51-
YUV179.76140.55152.42-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.28%
GREEN value IS 158 (62.11% from 255) = 27.53%
BLUE value IS 202 (79.30% from 255) = 35.19%
R=37.28%
G=27.53%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415820200.260.060.16312.8640.5872.94
HexD69ECA01A6101392949
Octal32623631203262047151111
Binary110101101001111011001010011010110100001001110011010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69ECA; }

 p { color: rgb(214,158,202); }

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

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

 a { background-color: rgb(214,158,202); }

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

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

 span { border-color: rgb(214,158,202); }

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