Html Css Color HEX #D08CBE Lily

📋 copy color: '#D08CBE'

red 208 ◦ green 140 ◦ blue 190

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

Shades of Lily #D08CBE

Tints of Lily #D08CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.32%

R = 38.66%
G = 26.02%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D08CBE (or 0xD08CBE) is known color: Lily. HEX triplet: D0, 8C and BE. RGB value is (208,140,190). Sum of RGB (Red+Green+Blue) = 208+140+190=538 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.66% from 538); Green value is 140 (55.08% from 255 or 26.02% from 538); Blue value is 190 (74.61% from 255 or 35.32% from 538); Max value from RGB is 208 - color contains mainly: red. Hex color #D08CBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08CBE is #2F7341. Grayscale: #A5A5A5. Windows color (decimal): -3109698 or 12487888. OLE color: 12487888.

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

Color convert

RGB 208 140 190 -
CMYK 0 0.33 0.09 0.18
HSL 315.88º 0.42% 0.68% -
HSV(B) 315.88º 0.33% 0.82% -
XYZ 44.68 35.88 53.29 -
YUV 166.03 141.53 157.93 -
System Red Green Blue C M Y K H S L
Decimal 208 140 190 0 0.33 0.09 0.18 315.88 0.42 0.68
Hex D0 8C BE 0 21 9 12 13C 2A 44
Octal 320 214 276 0 41 11 22 474 52 104
Binary 11010000 10001100 10111110 0 100001 1001 10010 100111100 101010 1000100

Color Harmonies of #D08CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08CBE

Black with #D08CBE

Text Example


Text Example

White with #D08CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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