Html Css Color HEX #D9B5BA Pink Flare

📋 copy color: '#D9B5BA'

red 217 ◦ green 181 ◦ blue 186

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

Shades of Pink Flare #D9B5BA

Tints of Pink Flare #D9B5BA

RGB

 RED value IS 217 (85.16% from 255) = 37.16%

 GREEN value IS 181 (71.09% from 255) = 30.99%

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

R = 37.16%
G = 30.99%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D9B5BA (or 0xD9B5BA) is known color: Pink Flare. HEX triplet: D9, B5 and BA. RGB value is (217,181,186). Sum of RGB (Red+Green+Blue) = 217+181+186=584 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.16% from 584); Green value is 181 (71.09% from 255 or 30.99% from 584); Blue value is 186 (73.05% from 255 or 31.85% from 584); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9B5BA is #264A45. Grayscale: #C0C0C0. Windows color (decimal): -2509382 or 12236249. OLE color: 12236249.

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

Color convert

RGB 217 181 186 -
CMYK 0 0.17 0.14 0.15
HSL 351.67º 0.32% 0.78% -
HSV(B) 351.67º 0.17% 0.85% -
XYZ 54 51.34 53.52 -
YUV 192.33 124.43 145.59 -
System Red Green Blue C M Y K H S L
Decimal 217 181 186 0 0.17 0.14 0.15 351.67 0.32 0.78
Hex D9 B5 BA 0 11 E F 160 20 4E
Octal 331 265 272 0 21 16 17 540 40 116
Binary 11011001 10110101 10111010 0 10001 1110 1111 101100000 100000 1001110

Color Harmonies of #D9B5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B5BA

Black with #D9B5BA

Text Example


Text Example

White with #D9B5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B5BA; }

 p { color: rgb(217,181,186); }

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

background-color css

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

 a { background-color: rgb(217,181,186); }

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

border-color css

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

 span { border-color: rgb(217,181,186); }

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