#D097CE

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

Shades of Lilac #D097CE

Tints of Lilac #D097CE

Color information

#D097CE (or 0xD097CE) is unknown color: approx Lilac. HEX triplet: D0, 97 and CE. RGB value is (208,151,206). Sum of RGB (Red+Green+Blue) = 208+151+206=565 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.81% from 565); Green value is 151 (59.38% from 255 or 26.73% from 565); Blue value is 206 (80.86% from 255 or 36.46% from 565); Max value from RGB is 208 - color contains mainly: red. Hex color #D097CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D097CE is #2F6831. Grayscale: #AEAEAE. Windows color (decimal): -3106866 or 13539280. OLE color: 13539280.

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

Color convert

RGB208151206-
CMYK00.270.010.18
HSL302.11º37.75%70.39%-
HSV(B)302.11º27.4%81.57%-
XYZ48.224063.57-
YUV174.31145.88152.03-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.81%
GREEN value IS 151 (59.38% from 255) = 26.73%
BLUE value IS 206 (80.86% from 255) = 36.46%
R=36.81%
G=26.73%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815120600.270.010.18302.1137.7570.39
HexD097CE01B11212e2646
Octal32022731603312245646106
Binary1101000010010111110011100110111100101001011101001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D097CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D097CE; }

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

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

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

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

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

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

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

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