Html Css Color HEX #D08CBA Lily

📋 copy color: '#D08CBA'

red 208 ◦ green 140 ◦ blue 186

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

Shades of Lily #D08CBA

Tints of Lily #D08CBA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.22%

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

R = 38.95%
G = 26.22%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D08CBA (or 0xD08CBA) is known color: Lily. HEX triplet: D0, 8C and BA. RGB value is (208,140,186). Sum of RGB (Red+Green+Blue) = 208+140+186=534 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.95% from 534); Green value is 140 (55.08% from 255 or 26.22% from 534); Blue value is 186 (73.05% from 255 or 34.83% from 534); Max value from RGB is 208 - color contains mainly: red. Hex color #D08CBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08CBA is #2F7345. Grayscale: #A5A5A5. Windows color (decimal): -3109702 or 12225744. OLE color: 12225744.

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

Color convert

RGB 208 140 186 -
CMYK 0 0.33 0.11 0.18
HSL 319.41º 0.42% 0.68% -
HSV(B) 319.41º 0.33% 0.82% -
XYZ 44.25 35.71 51.01 -
YUV 165.58 139.53 158.26 -
System Red Green Blue C M Y K H S L
Decimal 208 140 186 0 0.33 0.11 0.18 319.41 0.42 0.68
Hex D0 8C BA 0 21 B 12 13F 2A 44
Octal 320 214 272 0 41 13 22 477 52 104
Binary 11010000 10001100 10111010 0 100001 1011 10010 100111111 101010 1000100

Color Harmonies of #D08CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08CBA

Black with #D08CBA

Text Example


Text Example

White with #D08CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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