Html Css Color HEX #D08EBB Lily

📋 copy color: '#D08EBB'

red 208 ◦ green 142 ◦ blue 187

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

Shades of Lily #D08EBB

Tints of Lily #D08EBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 34.82%

R = 38.73%
G = 26.44%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D08EBB (or 0xD08EBB) is known color: Lily. HEX triplet: D0, 8E and BB. RGB value is (208,142,187). Sum of RGB (Red+Green+Blue) = 208+142+187=537 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.73% from 537); Green value is 142 (55.86% from 255 or 26.44% from 537); Blue value is 187 (73.44% from 255 or 34.82% from 537); Max value from RGB is 208 - color contains mainly: red. Hex color #D08EBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08EBB is #2F7144. Grayscale: #A6A6A6. Windows color (decimal): -3109189 or 12291792. OLE color: 12291792.

HSL color Cylindrical-coordinate representation of color #D08EBB: hue angle of 319.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 #D08EBB is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 142 187 -
CMYK 0 0.32 0.10 0.18
HSL 319.09º 0.41% 0.69% -
HSV(B) 319.09º 0.32% 0.82% -
XYZ 44.66 36.34 51.68 -
YUV 166.86 139.37 157.34 -
System Red Green Blue C M Y K H S L
Decimal 208 142 187 0 0.32 0.10 0.18 319.09 0.41 0.69
Hex D0 8E BB 0 20 A 12 13F 29 45
Octal 320 216 273 0 40 12 22 477 51 105
Binary 11010000 10001110 10111011 0 100000 1010 10010 100111111 101001 1000101

Color Harmonies of #D08EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08EBB

Black with #D08EBB

Text Example


Text Example

White with #D08EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08EBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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