Html Css Color HEX #D08FBB Lily

📋 copy color: '#D08FBB'

red 208 ◦ green 143 ◦ blue 187

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

Shades of Lily #D08FBB

Tints of Lily #D08FBB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 26.58%

 BLUE value IS 187 (73.44% from 255) = 34.76%

R = 38.66%
G = 26.58%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D08FBB (or 0xD08FBB) is known color: Lily. HEX triplet: D0, 8F and BB. RGB value is (208,143,187). Sum of RGB (Red+Green+Blue) = 208+143+187=538 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.66% from 538); Green value is 143 (56.25% from 255 or 26.58% from 538); Blue value is 187 (73.44% from 255 or 34.76% from 538); Max value from RGB is 208 - color contains mainly: red. Hex color #D08FBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08FBB is #2F7044. Grayscale: #A7A7A7. Windows color (decimal): -3108933 or 12292048. OLE color: 12292048.

HSL color Cylindrical-coordinate representation of color #D08FBB: hue angle of 319.38º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D08FBB is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 143 187 -
CMYK 0 0.31 0.10 0.18
HSL 319.38º 0.41% 0.69% -
HSV(B) 319.38º 0.31% 0.82% -
XYZ 44.8 36.64 51.73 -
YUV 167.45 139.03 156.92 -
System Red Green Blue C M Y K H S L
Decimal 208 143 187 0 0.31 0.10 0.18 319.38 0.41 0.69
Hex D0 8F BB 0 1F A 12 13F 29 45
Octal 320 217 273 0 37 12 22 477 51 105
Binary 11010000 10001111 10111011 0 11111 1010 10010 100111111 101001 1000101

Color Harmonies of #D08FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08FBB

Black with #D08FBB

Text Example


Text Example

White with #D08FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08FBB; }

 p { color: rgb(208,143,187); }

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

background-color css

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

 a { background-color: rgb(208,143,187); }

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

border-color css

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

 span { border-color: rgb(208,143,187); }

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