Html Css Color HEX #D08AB4 Lily

📋 copy color: '#D08AB4'

red 208 ◦ green 138 ◦ blue 180

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

Shades of Lily #D08AB4

Tints of Lily #D08AB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 34.22%

R = 39.54%
G = 26.24%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#D08AB4 (or 0xD08AB4) is known color: Lily. HEX triplet: D0, 8A and B4. RGB value is (208,138,180). Sum of RGB (Red+Green+Blue) = 208+138+180=526 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.54% from 526); Green value is 138 (54.30% from 255 or 26.24% from 526); Blue value is 180 (70.70% from 255 or 34.22% from 526); Max value from RGB is 208 - color contains mainly: red. Hex color #D08AB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08AB4 is #2F754B. Grayscale: #A3A3A3. Windows color (decimal): -3110220 or 11832016. OLE color: 11832016.

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

Color convert

RGB 208 138 180 -
CMYK 0 0.34 0.13 0.18
HSL 324º 0.43% 0.68% -
HSV(B) 324º 0.34% 0.82% -
XYZ 43.34 34.88 47.63 -
YUV 163.72 137.19 159.58 -
System Red Green Blue C M Y K H S L
Decimal 208 138 180 0 0.34 0.13 0.18 324 0.43 0.68
Hex D0 8A B4 0 22 D 12 144 2B 44
Octal 320 212 264 0 42 15 22 504 53 104
Binary 11010000 10001010 10110100 0 100010 1101 10010 101000100 101011 1000100

Color Harmonies of #D08AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08AB4

Black with #D08AB4

Text Example


Text Example

White with #D08AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08AB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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