#D69DCB

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

Shades of Lilac #D69DCB

Tints of Lilac #D69DCB

Color information

#D69DCB (or 0xD69DCB) is unknown color: approx Lilac. HEX triplet: D6, 9D and CB. RGB value is (214,157,203). Sum of RGB (Red+Green+Blue) = 214+157+203=574 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.28% from 574); Green value is 157 (61.72% from 255 or 27.35% from 574); Blue value is 203 (79.69% from 255 or 35.37% from 574); Max value from RGB is 214 - color contains mainly: red. Hex color #D69DCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69DCB is #296234. Grayscale: #B3B3B3. Windows color (decimal): -2712117 or 13344214. OLE color: 13344214.

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

Color convert

RGB214157203-
CMYK00.270.050.16
HSL311.58º41.01%72.75%-
HSV(B)311.58º26.64%83.92%-
XYZ50.5742.7262.08-
YUV179.29141.38152.76-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.28%
GREEN value IS 157 (61.72% from 255) = 27.35%
BLUE value IS 203 (79.69% from 255) = 35.37%
R=37.28%
G=27.35%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415720300.270.050.16311.5841.0172.75
HexD69DCB01B5101382949
Octal32623531303352047051111
Binary110101101001110111001011011011101100001001110001010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69DCB; }

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

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

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

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

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

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

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

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