Html Css Color HEX #D08FBA Lily

📋 copy color: '#D08FBA'

red 208 ◦ green 143 ◦ blue 186

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

Shades of Lily #D08FBA

Tints of Lily #D08FBA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 26.63%

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

R = 38.73%
G = 26.63%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D08FBA (or 0xD08FBA) is known color: Lily. HEX triplet: D0, 8F and BA. RGB value is (208,143,186). Sum of RGB (Red+Green+Blue) = 208+143+186=537 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.73% from 537); Green value is 143 (56.25% from 255 or 26.63% from 537); Blue value is 186 (73.05% from 255 or 34.64% from 537); Max value from RGB is 208 - color contains mainly: red. Hex color #D08FBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08FBA is #2F7045. Grayscale: #A7A7A7. Windows color (decimal): -3108934 or 12226512. OLE color: 12226512.

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

Color convert

RGB 208 143 186 -
CMYK 0 0.31 0.11 0.18
HSL 320.31º 0.41% 0.69% -
HSV(B) 320.31º 0.31% 0.82% -
XYZ 44.7 36.6 51.16 -
YUV 167.34 138.53 157 -
System Red Green Blue C M Y K H S L
Decimal 208 143 186 0 0.31 0.11 0.18 320.31 0.41 0.69
Hex D0 8F BA 0 1F B 12 140 29 45
Octal 320 217 272 0 37 13 22 500 51 105
Binary 11010000 10001111 10111010 0 11111 1011 10010 101000000 101001 1000101

Color Harmonies of #D08FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08FBA

Black with #D08FBA

Text Example


Text Example

White with #D08FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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