Html Css Color HEX #D09BBD Lily

📋 copy color: '#D09BBD'

red 208 ◦ green 155 ◦ blue 189

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

Shades of Lily #D09BBD

Tints of Lily #D09BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 34.24%

R = 37.68%
G = 28.08%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D09BBD (or 0xD09BBD) is known color: Lily. HEX triplet: D0, 9B and BD. RGB value is (208,155,189). Sum of RGB (Red+Green+Blue) = 208+155+189=552 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.68% from 552); Green value is 155 (60.94% from 255 or 28.08% from 552); Blue value is 189 (74.22% from 255 or 34.24% from 552); Max value from RGB is 208 - color contains mainly: red. Hex color #D09BBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09BBD is #2F6442. Grayscale: #AEAEAE. Windows color (decimal): -3105859 or 12426192. OLE color: 12426192.

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

Color convert

RGB 208 155 189 -
CMYK 0 0.25 0.09 0.18
HSL 321.51º 0.36% 0.71% -
HSV(B) 321.51º 0.25% 0.82% -
XYZ 46.92 40.53 53.49 -
YUV 174.72 136.06 151.74 -
System Red Green Blue C M Y K H S L
Decimal 208 155 189 0 0.25 0.09 0.18 321.51 0.36 0.71
Hex D0 9B BD 0 19 9 12 142 24 47
Octal 320 233 275 0 31 11 22 502 44 107
Binary 11010000 10011011 10111101 0 11001 1001 10010 101000010 100100 1000111

Color Harmonies of #D09BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09BBD

Black with #D09BBD

Text Example


Text Example

White with #D09BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09BBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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