#D2B0B4

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

Shades of Pink Flare #D2B0B4

Tints of Pink Flare #D2B0B4

Color information

#D2B0B4 (or 0xD2B0B4) is unknown color: approx Pink Flare. HEX triplet: D2, B0 and B4. RGB value is (210,176,180). Sum of RGB (Red+Green+Blue) = 210+176+180=566 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.10% from 566); Green value is 176 (69.14% from 255 or 31.10% from 566); Blue value is 180 (70.70% from 255 or 31.80% from 566); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B0B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2B0B4 is #2D4F4B. Grayscale: #BABABA. Windows color (decimal): -2969420 or 11841746. OLE color: 11841746.

HSL color Cylindrical-coordinate representation of color #D2B0B4: hue angle of 352.94º degrees, saturation: 0.27, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D2B0B4 is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.18.

Color convert

RGB210176180-
CMYK00.160.140.18
HSL352.94º27.42%75.69%-
HSV(B)352.94º16.19%82.35%-
XYZ50.3448.0549.8-
YUV186.62124.26144.67-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.10%
GREEN value IS 176 (69.14% from 255) = 31.10%
BLUE value IS 180 (70.70% from 255) = 31.80%
R=37.10%
G=31.10%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.14
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21017618000.160.140.18352.9427.4275.69
HexD2B0B4010E121611b4c
Octal322260264020162254133114
Binary110100101011000010110100010000111010010101100001110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B0B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B0B4; }

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

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

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

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

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

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

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

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