#D097CB

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

Shades of Lilac #D097CB

Tints of Lilac #D097CB

Color information

#D097CB (or 0xD097CB) is unknown color: approx Lilac. HEX triplet: D0, 97 and CB. RGB value is (208,151,203). Sum of RGB (Red+Green+Blue) = 208+151+203=562 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.01% from 562); Green value is 151 (59.38% from 255 or 26.87% from 562); Blue value is 203 (79.69% from 255 or 36.12% from 562); Max value from RGB is 208 - color contains mainly: red. Hex color #D097CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D097CB is #2F6834. Grayscale: #ADADAD. Windows color (decimal): -3106869 or 13342672. OLE color: 13342672.

HSL color Cylindrical-coordinate representation of color #D097CB: hue angle of 305.26º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D097CB is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB208151203-
CMYK00.270.020.18
HSL305.26º37.75%70.39%-
HSV(B)305.26º27.4%81.57%-
XYZ47.8639.8561.67-
YUV173.97144.38152.27-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.01%
GREEN value IS 151 (59.38% from 255) = 26.87%
BLUE value IS 203 (79.69% from 255) = 36.12%
R=37.01%
G=26.87%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815120300.270.020.18305.2637.7570.39
HexD097CB01B2121312646
Octal32022731303322246146106
Binary11010000100101111100101101101110100101001100011001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D097CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D097CB; }

 p { color: rgb(208,151,203); }

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

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

 a { background-color: rgb(208,151,203); }

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

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

 span { border-color: rgb(208,151,203); }

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