#D8B9BA

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

Shades of Pink Flare #D8B9BA

Tints of Pink Flare #D8B9BA

Color information

#D8B9BA (or 0xD8B9BA) is unknown color: approx Pink Flare. HEX triplet: D8, B9 and BA. RGB value is (216,185,186). Sum of RGB (Red+Green+Blue) = 216+185+186=587 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.80% from 587); Green value is 185 (72.66% from 255 or 31.52% from 587); Blue value is 186 (73.05% from 255 or 31.69% from 587); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B9BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8B9BA is #274645. Grayscale: #C2C2C2. Windows color (decimal): -2573894 or 12237272. OLE color: 12237272.

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

Color convert

RGB216185186-
CMYK00.140.140.15
HSL358.06º28.44%78.63%-
HSV(B)358.06º14.35%84.71%-
XYZ54.5352.8453.78-
YUV194.38123.27143.42-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.80%
GREEN value IS 185 (72.66% from 255) = 31.52%
BLUE value IS 186 (73.05% from 255) = 31.69%
R=36.80%
G=31.52%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21618518600.140.140.15358.0628.4478.63
HexD8B9BA0EEF1661c4f
Octal330271272016161754634117
Binary1101100010111001101110100111011101111101100110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B9BA; }

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

 H1.HeaderClassName
 {
   color: #D8B9BA;
 }
 .AnyTagClassName
 {
   color: #D8B9BA;
 }
</style>
background-color css

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

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

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

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

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

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