Html Css Color HEX #D5B9BB Pink Flare

📋 copy color: '#D5B9BB'

red 213 ◦ green 185 ◦ blue 187

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

Shades of Pink Flare #D5B9BB

Tints of Pink Flare #D5B9BB

RGB

 RED value IS 213 (83.59% from 255) = 36.41%

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

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

R = 36.41%
G = 31.62%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D5B9BB (or 0xD5B9BB) is known color: Pink Flare. HEX triplet: D5, B9 and BB. RGB value is (213,185,187). Sum of RGB (Red+Green+Blue) = 213+185+187=585 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.41% from 585); Green value is 185 (72.66% from 255 or 31.62% from 585); Blue value is 187 (73.44% from 255 or 31.97% from 585); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B9BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5B9BB is #2A4644. Grayscale: #C1C1C1. Windows color (decimal): -2770501 or 12302805. OLE color: 12302805.

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

Color convert

RGB 213 185 187 -
CMYK 0 0.13 0.12 0.16
HSL 355.71º 0.25% 0.78% -
HSV(B) 355.71º 0.13% 0.84% -
XYZ 53.76 52.43 54.3 -
YUV 193.6 124.28 141.84 -
System Red Green Blue C M Y K H S L
Decimal 213 185 187 0 0.13 0.12 0.16 355.71 0.25 0.78
Hex D5 B9 BB 0 D C 10 164 19 4E
Octal 325 271 273 0 15 14 20 544 31 116
Binary 11010101 10111001 10111011 0 1101 1100 10000 101100100 11001 1001110

Color Harmonies of #D5B9BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B9BB

Black with #D5B9BB

Text Example


Text Example

White with #D5B9BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B9BB; }

 p { color: rgb(213,185,187); }

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

background-color css

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

 a { background-color: rgb(213,185,187); }

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

border-color css

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

 span { border-color: rgb(213,185,187); }

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