#D4B5BB

Color #D4B5BB Pink Flare (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Flare #D4B5BB

Tints of Pink Flare #D4B5BB

Color information

#D4B5BB (or 0xD4B5BB) is unknown color: approx 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

RGB212181187-
CMYK00.150.120.17
HSL348.39º26.5%77.06%-
HSV(B)348.39º14.62%83.14%-
XYZ52.6450.6354.01-
YUV190.95125.77143.01-

RGB Variations

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

RGB

RED value IS 212 (83.20% 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 (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21218118700.150.120.17348.3926.577.06
HexD4B5BB0FC1115c1a4d
Octal324265273017142153432115
Binary11010100101101011011101101111110010001101011100110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4B5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>