Html Css Color HEX #D08AB1 Lily

📋 copy color: '#D08AB1'

red 208 ◦ green 138 ◦ blue 177

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

Shades of Lily #D08AB1

Tints of Lily #D08AB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 33.84%

R = 39.77%
G = 26.39%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#D08AB1 (or 0xD08AB1) is known color: Lily. HEX triplet: D0, 8A and B1. RGB value is (208,138,177). Sum of RGB (Red+Green+Blue) = 208+138+177=523 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.77% from 523); Green value is 138 (54.30% from 255 or 26.39% from 523); Blue value is 177 (69.53% from 255 or 33.84% from 523); Max value from RGB is 208 - color contains mainly: red. Hex color #D08AB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08AB1 is #2F754E. Grayscale: #A3A3A3. Windows color (decimal): -3110223 or 11635408. OLE color: 11635408.

HSL color Cylindrical-coordinate representation of color #D08AB1: hue angle of 326.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 #D08AB1 is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 138 177 -
CMYK 0 0.34 0.15 0.18
HSL 326.57º 0.43% 0.68% -
HSV(B) 326.57º 0.34% 0.82% -
XYZ 43.04 34.76 46.04 -
YUV 163.38 135.69 159.83 -
System Red Green Blue C M Y K H S L
Decimal 208 138 177 0 0.34 0.15 0.18 326.57 0.43 0.68
Hex D0 8A B1 0 22 F 12 147 2B 44
Octal 320 212 261 0 42 17 22 507 53 104
Binary 11010000 10001010 10110001 0 100010 1111 10010 101000111 101011 1000100

Color Harmonies of #D08AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08AB1

Black with #D08AB1

Text Example


Text Example

White with #D08AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08AB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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