Html Css Color HEX #D1B0B6 Pink Flare

📋 copy color: '#D1B0B6'

red 209 ◦ green 176 ◦ blue 182

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

Shades of Pink Flare #D1B0B6

Tints of Pink Flare #D1B0B6

RGB

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

 GREEN value IS 176 (69.14% from 255) = 31.04%

 BLUE value IS 182 (71.48% from 255) = 32.1%

R = 36.86%
G = 31.04%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#D1B0B6 (or 0xD1B0B6) is known color: Pink Flare. HEX triplet: D1, B0 and B6. RGB value is (209,176,182). Sum of RGB (Red+Green+Blue) = 209+176+182=567 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.86% from 567); Green value is 176 (69.14% from 255 or 31.04% from 567); Blue value is 182 (71.48% from 255 or 32.10% from 567); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B0B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1B0B6 is #2E4F49. Grayscale: #BABABA. Windows color (decimal): -3034954 or 11972817. OLE color: 11972817.

HSL color Cylindrical-coordinate representation of color #D1B0B6: hue angle of 349.09º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D1B0B6 is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 176 182 -
CMYK 0 0.16 0.13 0.18
HSL 349.09º 0.26% 0.75% -
HSV(B) 349.09º 0.16% 0.82% -
XYZ 50.26 47.98 50.87 -
YUV 186.55 125.43 144.01 -
System Red Green Blue C M Y K H S L
Decimal 209 176 182 0 0.16 0.13 0.18 349.09 0.26 0.75
Hex D1 B0 B6 0 10 D 12 15D 1A 4B
Octal 321 260 266 0 20 15 22 535 32 113
Binary 11010001 10110000 10110110 0 10000 1101 10010 101011101 11010 1001011

Color Harmonies of #D1B0B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B0B6

Black with #D1B0B6

Text Example


Text Example

White with #D1B0B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B0B6; }

 p { color: rgb(209,176,182); }

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

background-color css

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

 a { background-color: rgb(209,176,182); }

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

border-color css

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

 span { border-color: rgb(209,176,182); }

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