Html Css Color HEX #D8B6BB Pink Flare

📋 copy color: '#D8B6BB'

red 216 ◦ green 182 ◦ blue 187

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

Shades of Pink Flare #D8B6BB

Tints of Pink Flare #D8B6BB

RGB

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

 GREEN value IS 182 (71.48% from 255) = 31.11%

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

R = 36.92%
G = 31.11%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#D8B6BB (or 0xD8B6BB) is known color: Pink Flare. HEX triplet: D8, B6 and BB. RGB value is (216,182,187). Sum of RGB (Red+Green+Blue) = 216+182+187=585 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.92% from 585); Green value is 182 (71.48% from 255 or 31.11% from 585); Blue value is 187 (73.44% from 255 or 31.97% from 585); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B6BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8B6BB is #274944. Grayscale: #C0C0C0. Windows color (decimal): -2574661 or 12302040. OLE color: 12302040.

HSL color Cylindrical-coordinate representation of color #D8B6BB: hue angle of 351.18º degrees, saturation: 0.3, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D8B6BB is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 182 187 -
CMYK 0 0.16 0.13 0.15
HSL 351.18º 0.3% 0.78% -
HSV(B) 351.18º 0.16% 0.85% -
XYZ 54.02 51.64 54.13 -
YUV 192.74 124.76 144.59 -
System Red Green Blue C M Y K H S L
Decimal 216 182 187 0 0.16 0.13 0.15 351.18 0.3 0.78
Hex D8 B6 BB 0 10 D F 15F 1E 4E
Octal 330 266 273 0 20 15 17 537 36 116
Binary 11011000 10110110 10111011 0 10000 1101 1111 101011111 11110 1001110

Color Harmonies of #D8B6BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B6BB

Black with #D8B6BB

Text Example


Text Example

White with #D8B6BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B6BB; }

 p { color: rgb(216,182,187); }

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

background-color css

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

 a { background-color: rgb(216,182,187); }

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

border-color css

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

 span { border-color: rgb(216,182,187); }

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