#D8B0B2

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

Shades of Pink Flare #D8B0B2

Tints of Pink Flare #D8B0B2

Color information

#D8B0B2 (or 0xD8B0B2) is unknown color: approx Pink Flare. HEX triplet: D8, B0 and B2. RGB value is (216,176,178). Sum of RGB (Red+Green+Blue) = 216+176+178=570 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.89% from 570); Green value is 176 (69.14% from 255 or 30.88% from 570); Blue value is 178 (69.92% from 255 or 31.23% from 570); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B0B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8B0B2 is #274F4D. Grayscale: #BCBCBC. Windows color (decimal): -2576206 or 11710680. OLE color: 11710680.

HSL color Cylindrical-coordinate representation of color #D8B0B2: hue angle of 357º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D8B0B2 is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB216176178-
CMYK00.190.180.15
HSL357º33.9%76.86%-
HSV(B)357º18.52%84.71%-
XYZ51.8848.8648.82-
YUV188.19122.25147.84-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.89%
GREEN value IS 176 (69.14% from 255) = 30.88%
BLUE value IS 178 (69.92% from 255) = 31.23%
R=37.89%
G=30.88%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617617800.190.180.1535733.976.86
HexD8B0B201312F165224d
Octal330260262023221754542115
Binary1101100010110000101100100100111001011111011001011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B0B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B0B2; }

 p { color: rgb(216,176,178); }

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

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

 a { background-color: rgb(216,176,178); }

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

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

 span { border-color: rgb(216,176,178); }

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