#D09BCA

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

Shades of Lilac #D09BCA

Tints of Lilac #D09BCA

Color information

#D09BCA (or 0xD09BCA) is unknown color: approx Lilac. HEX triplet: D0, 9B and CA. RGB value is (208,155,202). Sum of RGB (Red+Green+Blue) = 208+155+202=565 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.81% from 565); Green value is 155 (60.94% from 255 or 27.43% from 565); Blue value is 202 (79.30% from 255 or 35.75% from 565); Max value from RGB is 208 - color contains mainly: red. Hex color #D09BCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09BCA is #2F6435. Grayscale: #B0B0B0. Windows color (decimal): -3105846 or 13278160. OLE color: 13278160.

HSL color Cylindrical-coordinate representation of color #D09BCA: hue angle of 306.79º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D09BCA is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB208155202-
CMYK00.250.030.18
HSL306.79º36.05%71.18%-
HSV(B)306.79º25.48%81.57%-
XYZ48.3941.1261.26-
YUV176.2142.56150.68-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.81%
GREEN value IS 155 (60.94% from 255) = 27.43%
BLUE value IS 202 (79.30% from 255) = 35.75%
R=36.81%
G=27.43%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815520200.250.030.18306.7936.0571.18
HexD09BCA0193121332447
Octal32023331203132246344107
Binary11010000100110111100101001100111100101001100111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09BCA; }

 p { color: rgb(208,155,202); }

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

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

 a { background-color: rgb(208,155,202); }

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

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

 span { border-color: rgb(208,155,202); }

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