#D9B0B4

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

Shades of Pink Flare #D9B0B4

Tints of Pink Flare #D9B0B4

Color information

#D9B0B4 (or 0xD9B0B4) is unknown color: approx Pink Flare. HEX triplet: D9, B0 and B4. RGB value is (217,176,180). Sum of RGB (Red+Green+Blue) = 217+176+180=573 (75% of max value = 765). Red value is 217 (85.16% from 255 or 37.87% from 573); Green value is 176 (69.14% from 255 or 30.72% from 573); Blue value is 180 (70.70% from 255 or 31.41% from 573); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B0B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9B0B4 is #264F4B. Grayscale: #BCBCBC. Windows color (decimal): -2510668 or 11841753. OLE color: 11841753.

HSL color Cylindrical-coordinate representation of color #D9B0B4: hue angle of 354.15º degrees, saturation: 0.35, 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 #D9B0B4 is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB217176180-
CMYK00.190.170.15
HSL354.15º35.04%77.06%-
HSV(B)354.15º18.89%85.1%-
XYZ52.3849.149.9-
YUV188.72123.08148.17-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.87%
GREEN value IS 176 (69.14% from 255) = 30.72%
BLUE value IS 180 (70.70% from 255) = 31.41%
R=37.87%
G=30.72%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717618000.190.170.15354.1535.0477.06
HexD9B0B401311F162234d
Octal331260264023211754243115
Binary1101100110110000101101000100111000111111011000101000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B0B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B0B4; }

 p { color: rgb(217,176,180); }

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

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

 a { background-color: rgb(217,176,180); }

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

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

 span { border-color: rgb(217,176,180); }

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