Html Css Color HEX #D4B5BB Pink Flare

📋 copy color: '#D4B5BB'

red 212 ◦ green 181 ◦ blue 187

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

Shades of Pink Flare #D4B5BB

Tints of Pink Flare #D4B5BB

RGB

 RED value IS 212 (83.2% from 255) = 36.55%

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

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

R = 36.55%
G = 31.21%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#D4B5BB (or 0xD4B5BB) is known color: Pink Flare. HEX triplet: D4, B5 and BB. RGB value is (212,181,187). Sum of RGB (Red+Green+Blue) = 212+181+187=580 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.55% from 580); Green value is 181 (71.09% from 255 or 31.21% from 580); Blue value is 187 (73.44% from 255 or 32.24% from 580); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4B5BB is #2B4A44. Grayscale: #BEBEBE. Windows color (decimal): -2837061 or 12301780. OLE color: 12301780.

HSL color Cylindrical-coordinate representation of color #D4B5BB: hue angle of 348.39º degrees, saturation: 0.26, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D4B5BB is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 181 187 -
CMYK 0 0.15 0.12 0.17
HSL 348.39º 0.26% 0.77% -
HSV(B) 348.39º 0.15% 0.83% -
XYZ 52.64 50.63 54.01 -
YUV 190.95 125.77 143.01 -
System Red Green Blue C M Y K H S L
Decimal 212 181 187 0 0.15 0.12 0.17 348.39 0.26 0.77
Hex D4 B5 BB 0 F C 11 15C 1A 4D
Octal 324 265 273 0 17 14 21 534 32 115
Binary 11010100 10110101 10111011 0 1111 1100 10001 101011100 11010 1001101

Color Harmonies of #D4B5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B5BB

Black with #D4B5BB

Text Example


Text Example

White with #D4B5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B5BB; }

 p { color: rgb(212,181,187); }

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

background-color css

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

 a { background-color: rgb(212,181,187); }

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

border-color css

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

 span { border-color: rgb(212,181,187); }

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