#D098C4

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

Shades of Lilac #D098C4

Tints of Lilac #D098C4

Color information

#D098C4 (or 0xD098C4) is unknown color: approx Lilac. HEX triplet: D0, 98 and C4. RGB value is (208,152,196). Sum of RGB (Red+Green+Blue) = 208+152+196=556 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.41% from 556); Green value is 152 (59.77% from 255 or 27.34% from 556); Blue value is 196 (76.95% from 255 or 35.25% from 556); Max value from RGB is 208 - color contains mainly: red. Hex color #D098C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D098C4 is #2F673B. Grayscale: #ADADAD. Windows color (decimal): -3106620 or 12884176. OLE color: 12884176.

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

Color convert

RGB208152196-
CMYK00.270.060.18
HSL312.86º37.33%70.59%-
HSV(B)312.86º26.92%81.57%-
XYZ47.239.8557.43-
YUV173.76140.55152.42-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.41%
GREEN value IS 152 (59.77% from 255) = 27.34%
BLUE value IS 196 (76.95% from 255) = 35.25%
R=37.41%
G=27.34%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815219600.270.060.18312.8637.3370.59
HexD098C401B6121392547
Octal32023030403362247145107
Binary110100001001100011000100011011110100101001110011001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D098C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D098C4; }

 p { color: rgb(208,152,196); }

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

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

 a { background-color: rgb(208,152,196); }

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

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

 span { border-color: rgb(208,152,196); }

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