Html Css Color HEX #D6B7BB Pink Flare

📋 copy color: '#D6B7BB'

red 214 ◦ green 183 ◦ blue 187

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

Shades of Pink Flare #D6B7BB

Tints of Pink Flare #D6B7BB

RGB

 RED value IS 214 (83.98% from 255) = 36.64%

 GREEN value IS 183 (71.88% from 255) = 31.34%

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

R = 36.64%
G = 31.34%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D6B7BB (or 0xD6B7BB) is known color: Pink Flare. HEX triplet: D6, B7 and BB. RGB value is (214,183,187). Sum of RGB (Red+Green+Blue) = 214+183+187=584 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.64% from 584); Green value is 183 (71.88% from 255 or 31.34% from 584); Blue value is 187 (73.44% from 255 or 32.02% from 584); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B7BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6B7BB is #294844. Grayscale: #C0C0C0. Windows color (decimal): -2705477 or 12302294. OLE color: 12302294.

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

Color convert

RGB 214 183 187 -
CMYK 0 0.14 0.13 0.16
HSL 352.26º 0.27% 0.78% -
HSV(B) 352.26º 0.14% 0.84% -
XYZ 53.63 51.75 54.18 -
YUV 192.73 124.77 143.17 -
System Red Green Blue C M Y K H S L
Decimal 214 183 187 0 0.14 0.13 0.16 352.26 0.27 0.78
Hex D6 B7 BB 0 E D 10 160 1B 4E
Octal 326 267 273 0 16 15 20 540 33 116
Binary 11010110 10110111 10111011 0 1110 1101 10000 101100000 11011 1001110

Color Harmonies of #D6B7BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B7BB

Black with #D6B7BB

Text Example


Text Example

White with #D6B7BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B7BB; }

 p { color: rgb(214,183,187); }

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

background-color css

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

 a { background-color: rgb(214,183,187); }

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

border-color css

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

 span { border-color: rgb(214,183,187); }

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