#D69FCD

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

Shades of Lilac #D69FCD

Tints of Lilac #D69FCD

Color information

#D69FCD (or 0xD69FCD) is unknown color: approx Lilac. HEX triplet: D6, 9F and CD. RGB value is (214,159,205). Sum of RGB (Red+Green+Blue) = 214+159+205=578 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.02% from 578); Green value is 159 (62.5% from 255 or 27.51% from 578); Blue value is 205 (80.47% from 255 or 35.47% from 578); Max value from RGB is 214 - color contains mainly: red. Hex color #D69FCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69FCD is #296032. Grayscale: #B4B4B4. Windows color (decimal): -2711603 or 13475798. OLE color: 13475798.

HSL color Cylindrical-coordinate representation of color #D69FCD: hue angle of 309.82º degrees, saturation: 0.4, 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 #D69FCD is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB214159205-
CMYK00.260.040.16
HSL309.82º40.15%73.14%-
HSV(B)309.82º25.7%83.92%-
XYZ51.1543.563.46-
YUV180.69141.72151.76-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.02%
GREEN value IS 159 (62.5% from 255) = 27.51%
BLUE value IS 205 (80.47% from 255) = 35.47%
R=37.02%
G=27.51%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415920500.260.040.16309.8240.1573.14
HexD69FCD01A4101362849
Octal32623731503242046650111
Binary110101101001111111001101011010100100001001101101010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69FCD; }

 p { color: rgb(214,159,205); }

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

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

 a { background-color: rgb(214,159,205); }

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

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

 span { border-color: rgb(214,159,205); }

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