Html Css Color HEX #D09BBB Lily

📋 copy color: '#D09BBB'

red 208 ◦ green 155 ◦ blue 187

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

Shades of Lily #D09BBB

Tints of Lily #D09BBB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 28.18%

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

R = 37.82%
G = 28.18%
B = 34%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D09BBB (or 0xD09BBB) is known color: Lily. HEX triplet: D0, 9B and BB. RGB value is (208,155,187). Sum of RGB (Red+Green+Blue) = 208+155+187=550 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.82% from 550); Green value is 155 (60.94% from 255 or 28.18% from 550); Blue value is 187 (73.44% from 255 or 34% from 550); Max value from RGB is 208 - color contains mainly: red. Hex color #D09BBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09BBB is #2F6444. Grayscale: #AEAEAE. Windows color (decimal): -3105861 or 12295120. OLE color: 12295120.

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

Color convert

RGB 208 155 187 -
CMYK 0 0.25 0.10 0.18
HSL 323.77º 0.36% 0.71% -
HSV(B) 323.77º 0.25% 0.82% -
XYZ 46.7 40.44 52.36 -
YUV 174.5 135.06 151.9 -
System Red Green Blue C M Y K H S L
Decimal 208 155 187 0 0.25 0.10 0.18 323.77 0.36 0.71
Hex D0 9B BB 0 19 A 12 144 24 47
Octal 320 233 273 0 31 12 22 504 44 107
Binary 11010000 10011011 10111011 0 11001 1010 10010 101000100 100100 1000111

Color Harmonies of #D09BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09BBB

Black with #D09BBB

Text Example


Text Example

White with #D09BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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