#D9B6B9

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

Shades of Pink Flare #D9B6B9

Tints of Pink Flare #D9B6B9

Color information

#D9B6B9 (or 0xD9B6B9) is unknown color: approx Pink Flare. HEX triplet: D9, B6 and B9. RGB value is (217,182,185). Sum of RGB (Red+Green+Blue) = 217+182+185=584 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.16% from 584); Green value is 182 (71.48% from 255 or 31.16% from 584); Blue value is 185 (72.66% from 255 or 31.68% from 584); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B6B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9B6B9 is #264946. Grayscale: #C0C0C0. Windows color (decimal): -2509127 or 12170969. OLE color: 12170969.

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

Color convert

RGB217182185-
CMYK00.160.150.15
HSL354.86º31.53%78.24%-
HSV(B)354.86º16.13%85.1%-
XYZ54.151.7153.03-
YUV192.81123.6145.26-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.16%
GREEN value IS 182 (71.48% from 255) = 31.16%
BLUE value IS 185 (72.66% from 255) = 31.68%
R=37.16%
G=31.16%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718218500.160.150.15354.8631.5378.24
HexD9B6B9010FF163204e
Octal331266271020171754340116
Binary110110011011011010111001010000111111111011000111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B6B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B6B9; }

 p { color: rgb(217,182,185); }

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

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

 a { background-color: rgb(217,182,185); }

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

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

 span { border-color: rgb(217,182,185); }

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