Html Css Color HEX #D08DBA Lily

📋 copy color: '#D08DBA'

red 208 ◦ green 141 ◦ blue 186

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

Shades of Lily #D08DBA

Tints of Lily #D08DBA

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.36%

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

R = 38.88%
G = 26.36%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D08DBA (or 0xD08DBA) is known color: Lily. HEX triplet: D0, 8D and BA. RGB value is (208,141,186). Sum of RGB (Red+Green+Blue) = 208+141+186=535 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.88% from 535); Green value is 141 (55.47% from 255 or 26.36% from 535); Blue value is 186 (73.05% from 255 or 34.77% from 535); Max value from RGB is 208 - color contains mainly: red. Hex color #D08DBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08DBA is #2F7245. Grayscale: #A6A6A6. Windows color (decimal): -3109446 or 12226000. OLE color: 12226000.

HSL color Cylindrical-coordinate representation of color #D08DBA: hue angle of 319.7º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D08DBA is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 141 186 -
CMYK 0 0.32 0.11 0.18
HSL 319.7º 0.42% 0.68% -
HSV(B) 319.7º 0.32% 0.82% -
XYZ 44.4 36 51.06 -
YUV 166.16 139.2 157.84 -
System Red Green Blue C M Y K H S L
Decimal 208 141 186 0 0.32 0.11 0.18 319.7 0.42 0.68
Hex D0 8D BA 0 20 B 12 140 2A 44
Octal 320 215 272 0 40 13 22 500 52 104
Binary 11010000 10001101 10111010 0 100000 1011 10010 101000000 101010 1000100

Color Harmonies of #D08DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08DBA

Black with #D08DBA

Text Example


Text Example

White with #D08DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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