Html Css Color HEX #D6B9BA Pink Flare

📋 copy color: '#D6B9BA'

red 214 ◦ green 185 ◦ blue 186

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

Shades of Pink Flare #D6B9BA

Tints of Pink Flare #D6B9BA

RGB

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

 GREEN value IS 185 (72.66% from 255) = 31.62%

 BLUE value IS 186 (73.05% from 255) = 31.79%

R = 36.58%
G = 31.62%
B = 31.79%

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

#D6B9BA (or 0xD6B9BA) is known color: Pink Flare. HEX triplet: D6, B9 and BA. RGB value is (214,185,186). Sum of RGB (Red+Green+Blue) = 214+185+186=585 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.58% from 585); Green value is 185 (72.66% from 255 or 31.62% from 585); Blue value is 186 (73.05% from 255 or 31.79% from 585); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B9BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6B9BA is #294645. Grayscale: #C1C1C1. Windows color (decimal): -2704966 or 12237270. OLE color: 12237270.

HSL color Cylindrical-coordinate representation of color #D6B9BA: hue angle of 357.93º degrees, saturation: 0.26, 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 #D6B9BA is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 185 186 -
CMYK 0 0.14 0.13 0.16
HSL 357.93º 0.26% 0.78% -
HSV(B) 357.93º 0.14% 0.84% -
XYZ 53.94 52.54 53.75 -
YUV 193.79 123.61 142.42 -
System Red Green Blue C M Y K H S L
Decimal 214 185 186 0 0.14 0.13 0.16 357.93 0.26 0.78
Hex D6 B9 BA 0 E D 10 166 1A 4E
Octal 326 271 272 0 16 15 20 546 32 116
Binary 11010110 10111001 10111010 0 1110 1101 10000 101100110 11010 1001110

Color Harmonies of #D6B9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B9BA

Black with #D6B9BA

Text Example


Text Example

White with #D6B9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B9BA; }

 p { color: rgb(214,185,186); }

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

background-color css

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

 a { background-color: rgb(214,185,186); }

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

border-color css

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

 span { border-color: rgb(214,185,186); }

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