#D69FCC

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

Shades of Lilac #D69FCC

Tints of Lilac #D69FCC

Color information

#D69FCC (or 0xD69FCC) is unknown color: approx Lilac. HEX triplet: D6, 9F and CC. RGB value is (214,159,204). Sum of RGB (Red+Green+Blue) = 214+159+204=577 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.09% from 577); Green value is 159 (62.5% from 255 or 27.56% from 577); Blue value is 204 (80.08% from 255 or 35.36% from 577); Max value from RGB is 214 - color contains mainly: red. Hex color #D69FCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69FCC is #296033. Grayscale: #B4B4B4. Windows color (decimal): -2711604 or 13410262. OLE color: 13410262.

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

Color convert

RGB214159204-
CMYK00.260.050.16
HSL310.91º40.15%73.14%-
HSV(B)310.91º25.7%83.92%-
XYZ51.0343.4562.82-
YUV180.58141.22151.84-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.09%
GREEN value IS 159 (62.5% from 255) = 27.56%
BLUE value IS 204 (80.08% from 255) = 35.36%
R=37.09%
G=27.56%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415920400.260.050.16310.9140.1573.14
HexD69FCC01A5101372849
Octal32623731403252046750111
Binary110101101001111111001100011010101100001001101111010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69FCC; }

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

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

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

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

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

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

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

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