Html Css Color HEX #D1B3B7 Pink Flare

📋 copy color: '#D1B3B7'

red 209 ◦ green 179 ◦ blue 183

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

Shades of Pink Flare #D1B3B7

Tints of Pink Flare #D1B3B7

RGB

 RED value IS 209 (82.03% from 255) = 36.6%

 GREEN value IS 179 (70.31% from 255) = 31.35%

 BLUE value IS 183 (71.88% from 255) = 32.05%

R = 36.6%
G = 31.35%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D1B3B7 (or 0xD1B3B7) is known color: Pink Flare. HEX triplet: D1, B3 and B7. RGB value is (209,179,183). Sum of RGB (Red+Green+Blue) = 209+179+183=571 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.60% from 571); Green value is 179 (70.31% from 255 or 31.35% from 571); Blue value is 183 (71.88% from 255 or 32.05% from 571); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B3B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1B3B7 is #2E4C48. Grayscale: #BCBCBC. Windows color (decimal): -3034185 or 12039121. OLE color: 12039121.

HSL color Cylindrical-coordinate representation of color #D1B3B7: hue angle of 352º degrees, saturation: 0.25, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D1B3B7 is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 179 183 -
CMYK 0 0.14 0.12 0.18
HSL 352º 0.25% 0.76% -
HSV(B) 352º 0.14% 0.82% -
XYZ 50.96 49.21 51.61 -
YUV 188.43 124.94 142.67 -
System Red Green Blue C M Y K H S L
Decimal 209 179 183 0 0.14 0.12 0.18 352 0.25 0.76
Hex D1 B3 B7 0 E C 12 160 19 4C
Octal 321 263 267 0 16 14 22 540 31 114
Binary 11010001 10110011 10110111 0 1110 1100 10010 101100000 11001 1001100

Color Harmonies of #D1B3B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B3B7

Black with #D1B3B7

Text Example


Text Example

White with #D1B3B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B3B7; }

 p { color: rgb(209,179,183); }

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

background-color css

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

 a { background-color: rgb(209,179,183); }

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

border-color css

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

 span { border-color: rgb(209,179,183); }

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