Html Css Color HEX #D09BBA Lily

📋 copy color: '#D09BBA'

red 208 ◦ green 155 ◦ blue 186

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

Shades of Lily #D09BBA

Tints of Lily #D09BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 33.88%

R = 37.89%
G = 28.23%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D09BBA (or 0xD09BBA) is known color: Lily. HEX triplet: D0, 9B and BA. RGB value is (208,155,186). Sum of RGB (Red+Green+Blue) = 208+155+186=549 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.89% from 549); Green value is 155 (60.94% from 255 or 28.23% from 549); Blue value is 186 (73.05% from 255 or 33.88% from 549); Max value from RGB is 208 - color contains mainly: red. Hex color #D09BBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09BBA is #2F6445. Grayscale: #AEAEAE. Windows color (decimal): -3105862 or 12229584. OLE color: 12229584.

HSL color Cylindrical-coordinate representation of color #D09BBA: hue angle of 324.91º 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 #D09BBA is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 155 186 -
CMYK 0 0.25 0.11 0.18
HSL 324.91º 0.36% 0.71% -
HSV(B) 324.91º 0.25% 0.82% -
XYZ 46.6 40.4 51.8 -
YUV 174.38 134.56 151.98 -
System Red Green Blue C M Y K H S L
Decimal 208 155 186 0 0.25 0.11 0.18 324.91 0.36 0.71
Hex D0 9B BA 0 19 B 12 145 24 47
Octal 320 233 272 0 31 13 22 505 44 107
Binary 11010000 10011011 10111010 0 11001 1011 10010 101000101 100100 1000111

Color Harmonies of #D09BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09BBA

Black with #D09BBA

Text Example


Text Example

White with #D09BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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