Html Css Color HEX #D1B3B9 Pink Flare

📋 copy color: '#D1B3B9'

red 209 ◦ green 179 ◦ blue 185

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

Shades of Pink Flare #D1B3B9

Tints of Pink Flare #D1B3B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 32.29%

R = 36.47%
G = 31.24%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D1B3B9 (or 0xD1B3B9) is known color: Pink Flare. HEX triplet: D1, B3 and B9. RGB value is (209,179,185). Sum of RGB (Red+Green+Blue) = 209+179+185=573 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.47% from 573); Green value is 179 (70.31% from 255 or 31.24% from 573); Blue value is 185 (72.66% from 255 or 32.29% from 573); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B3B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1B3B9 is #2E4C46. Grayscale: #BCBCBC. Windows color (decimal): -3034183 or 12170193. OLE color: 12170193.

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

Color convert

RGB 209 179 185 -
CMYK 0 0.14 0.11 0.18
HSL 348º 0.25% 0.76% -
HSV(B) 348º 0.14% 0.82% -
XYZ 51.17 49.3 52.72 -
YUV 188.65 125.94 142.51 -
System Red Green Blue C M Y K H S L
Decimal 209 179 185 0 0.14 0.11 0.18 348 0.25 0.76
Hex D1 B3 B9 0 E B 12 15C 19 4C
Octal 321 263 271 0 16 13 22 534 31 114
Binary 11010001 10110011 10111001 0 1110 1011 10010 101011100 11001 1001100

Color Harmonies of #D1B3B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B3B9

Black with #D1B3B9

Text Example


Text Example

White with #D1B3B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B3B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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