Html Css Color HEX #D09DBF Lily

📋 copy color: '#D09DBF'

red 208 ◦ green 157 ◦ blue 191

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

Shades of Lily #D09DBF

Tints of Lily #D09DBF

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.24%

 BLUE value IS 191 (75% from 255) = 34.35%

R = 37.41%
G = 28.24%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D09DBF (or 0xD09DBF) is known color: Lily. HEX triplet: D0, 9D and BF. RGB value is (208,157,191). Sum of RGB (Red+Green+Blue) = 208+157+191=556 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.41% from 556); Green value is 157 (61.72% from 255 or 28.24% from 556); Blue value is 191 (75% from 255 or 34.35% from 556); Max value from RGB is 208 - color contains mainly: red. Hex color #D09DBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09DBF is #2F6240. Grayscale: #B0B0B0. Windows color (decimal): -3105345 or 12557776. OLE color: 12557776.

HSL color Cylindrical-coordinate representation of color #D09DBF: hue angle of 320º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D09DBF is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 157 191 -
CMYK 0 0.25 0.08 0.18
HSL 320º 0.35% 0.72% -
HSV(B) 320º 0.25% 0.82% -
XYZ 47.47 41.29 54.76 -
YUV 176.13 136.4 150.74 -
System Red Green Blue C M Y K H S L
Decimal 208 157 191 0 0.25 0.08 0.18 320 0.35 0.72
Hex D0 9D BF 0 19 8 12 140 23 48
Octal 320 235 277 0 31 10 22 500 43 110
Binary 11010000 10011101 10111111 0 11001 1000 10010 101000000 100011 1001000

Color Harmonies of #D09DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09DBF

Black with #D09DBF

Text Example


Text Example

White with #D09DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09DBF; }

 p { color: rgb(208,157,191); }

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

background-color css

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

 a { background-color: rgb(208,157,191); }

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

border-color css

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

 span { border-color: rgb(208,157,191); }

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