Html Css Color HEX #D8B0B2 Pink Flare

📋 copy color: '#D8B0B2'

red 216 ◦ green 176 ◦ blue 178

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

Shades of Pink Flare #D8B0B2

Tints of Pink Flare #D8B0B2

RGB

 RED value IS 216 (84.77% from 255) = 37.89%

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

 BLUE value IS 178 (69.92% from 255) = 31.23%

R = 37.89%
G = 30.88%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#D8B0B2 (or 0xD8B0B2) is known color: Pink Flare. HEX triplet: D8, B0 and B2. RGB value is (216,176,178). Sum of RGB (Red+Green+Blue) = 216+176+178=570 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.89% from 570); Green value is 176 (69.14% from 255 or 30.88% from 570); Blue value is 178 (69.92% from 255 or 31.23% from 570); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B0B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8B0B2 is #274F4D. Grayscale: #BCBCBC. Windows color (decimal): -2576206 or 11710680. OLE color: 11710680.

HSL color Cylindrical-coordinate representation of color #D8B0B2: hue angle of 357º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D8B0B2 is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 176 178 -
CMYK 0 0.19 0.18 0.15
HSL 357º 0.34% 0.77% -
HSV(B) 357º 0.19% 0.85% -
XYZ 51.88 48.86 48.82 -
YUV 188.19 122.25 147.84 -
System Red Green Blue C M Y K H S L
Decimal 216 176 178 0 0.19 0.18 0.15 357 0.34 0.77
Hex D8 B0 B2 0 13 12 F 165 22 4D
Octal 330 260 262 0 23 22 17 545 42 115
Binary 11011000 10110000 10110010 0 10011 10010 1111 101100101 100010 1001101

Color Harmonies of #D8B0B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B0B2

Black with #D8B0B2

Text Example


Text Example

White with #D8B0B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B0B2; }

 p { color: rgb(216,176,178); }

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

background-color css

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

 a { background-color: rgb(216,176,178); }

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

border-color css

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

 span { border-color: rgb(216,176,178); }

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