#D08ABC

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

Shades of Lily #D08ABC

Tints of Lily #D08ABC

Color information

#D08ABC (or 0xD08ABC) is unknown color: approx Lily. HEX triplet: D0, 8A and BC. RGB value is (208,138,188). Sum of RGB (Red+Green+Blue) = 208+138+188=534 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.95% from 534); Green value is 138 (54.30% from 255 or 25.84% from 534); Blue value is 188 (73.83% from 255 or 35.21% from 534); Max value from RGB is 208 - color contains mainly: red. Hex color #D08ABC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08ABC is #2F7543. Grayscale: #A4A4A4. Windows color (decimal): -3110212 or 12356304. OLE color: 12356304.

HSL color Cylindrical-coordinate representation of color #D08ABC: hue angle of 317.14º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D08ABC is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB208138188-
CMYK00.340.100.18
HSL317.14º42.68%67.84%-
HSV(B)317.14º33.65%81.57%-
XYZ44.1835.2252.05-
YUV164.63141.19158.93-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.95%
GREEN value IS 138 (54.30% from 255) = 25.84%
BLUE value IS 188 (73.83% from 255) = 35.21%
R=38.95%
G=25.84%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813818800.340.100.18317.1442.6867.84
HexD08ABC022A1213d2b44
Octal320212274042122247553104
Binary11010000100010101011110001000101010100101001111011010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08ABC; }

 p { color: rgb(208,138,188); }

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

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

 a { background-color: rgb(208,138,188); }

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

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

 span { border-color: rgb(208,138,188); }

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