Html Css Color HEX #D08ABF Lily

📋 copy color: '#D08ABF'

red 208 ◦ green 138 ◦ blue 191

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

Shades of Lily #D08ABF

Tints of Lily #D08ABF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.7%

 BLUE value IS 191 (75% from 255) = 35.57%

R = 38.73%
G = 25.7%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D08ABF (or 0xD08ABF) is known color: Lily. HEX triplet: D0, 8A and BF. RGB value is (208,138,191). Sum of RGB (Red+Green+Blue) = 208+138+191=537 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.73% from 537); Green value is 138 (54.30% from 255 or 25.70% from 537); Blue value is 191 (75% from 255 or 35.57% from 537); Max value from RGB is 208 - color contains mainly: red. Hex color #D08ABF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08ABF is #2F7540. Grayscale: #A4A4A4. Windows color (decimal): -3110209 or 12552912. OLE color: 12552912.

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

Color convert

RGB 208 138 191 -
CMYK 0 0.34 0.08 0.18
HSL 314.57º 0.43% 0.68% -
HSV(B) 314.57º 0.34% 0.82% -
XYZ 44.5 35.35 53.77 -
YUV 164.97 142.69 158.69 -
System Red Green Blue C M Y K H S L
Decimal 208 138 191 0 0.34 0.08 0.18 314.57 0.43 0.68
Hex D0 8A BF 0 22 8 12 13B 2B 44
Octal 320 212 277 0 42 10 22 473 53 104
Binary 11010000 10001010 10111111 0 100010 1000 10010 100111011 101011 1000100

Color Harmonies of #D08ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08ABF

Black with #D08ABF

Text Example


Text Example

White with #D08ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08ABF; }

 p { color: rgb(208,138,191); }

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

background-color css

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

 a { background-color: rgb(208,138,191); }

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

border-color css

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

 span { border-color: rgb(208,138,191); }

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