Html Css Color HEX #D08EB0 Lily

📋 copy color: '#D08EB0'

red 208 ◦ green 142 ◦ blue 176

#D08EB0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lily #D08EB0

Tints of Lily #D08EB0

RGB

 RED value IS 208 (81.64% from 255) = 39.54%

 GREEN value IS 142 (55.86% from 255) = 27%

 BLUE value IS 176 (69.14% from 255) = 33.46%

R = 39.54%
G = 27%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#D08EB0 (or 0xD08EB0) is known color: Lily. HEX triplet: D0, 8E and B0. RGB value is (208,142,176). Sum of RGB (Red+Green+Blue) = 208+142+176=526 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.54% from 526); Green value is 142 (55.86% from 255 or 27.00% from 526); Blue value is 176 (69.14% from 255 or 33.46% from 526); Max value from RGB is 208 - color contains mainly: red. Hex color #D08EB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08EB0 is #2F714F. Grayscale: #A5A5A5. Windows color (decimal): -3109200 or 11570896. OLE color: 11570896.

HSL color Cylindrical-coordinate representation of color #D08EB0: hue angle of 329.09º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D08EB0 is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 142 176 -
CMYK 0 0.32 0.15 0.18
HSL 329.09º 0.41% 0.69% -
HSV(B) 329.09º 0.32% 0.82% -
XYZ 43.52 35.89 45.71 -
YUV 165.61 133.87 158.24 -
System Red Green Blue C M Y K H S L
Decimal 208 142 176 0 0.32 0.15 0.18 329.09 0.41 0.69
Hex D0 8E B0 0 20 F 12 149 29 45
Octal 320 216 260 0 40 17 22 511 51 105
Binary 11010000 10001110 10110000 0 100000 1111 10010 101001001 101001 1000101

Color Harmonies of #D08EB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08EB0

Black with #D08EB0

Text Example


Text Example

White with #D08EB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08EB0; }

 p { color: rgb(208,142,176); }

 H1.HeaderClassName
 {
   color: #D08EB0;
 }
 .AnyTagClassName
 {
   color: #D08EB0;
 }
</style>

background-color css

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

 a { background-color: rgb(208,142,176); }

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

border-color css

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

 span { border-color: rgb(208,142,176); }

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