#D2BABD

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

Shades of Pink Flare #D2BABD

Tints of Pink Flare #D2BABD

Color information

#D2BABD (or 0xD2BABD) is unknown color: approx Pink Flare. HEX triplet: D2, BA and BD. RGB value is (210,186,189). Sum of RGB (Red+Green+Blue) = 210+186+189=585 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.90% from 585); Green value is 186 (73.05% from 255 or 31.79% from 585); Blue value is 189 (74.22% from 255 or 32.31% from 585); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BABD is #2D4542. Grayscale: #C1C1C1. Windows color (decimal): -2966851 or 12434130. OLE color: 12434130.

HSL color Cylindrical-coordinate representation of color #D2BABD: hue angle of 352.5º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D2BABD is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB210186189-
CMYK00.110.100.18
HSL352.5º21.05%77.65%-
HSV(B)352.5º11.43%82.35%-
XYZ53.3252.4955.47-
YUV193.52125.45139.76-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.90%
GREEN value IS 186 (73.05% from 255) = 31.79%
BLUE value IS 189 (74.22% from 255) = 32.31%
R=35.90%
G=31.79%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21018618900.110.100.18352.521.0577.65
HexD2BABD0BA12160154e
Octal322272275013122254025116
Binary11010010101110101011110101011101010010101100000101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2BABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2BABD; }

 p { color: rgb(210,186,189); }

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

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

 a { background-color: rgb(210,186,189); }

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

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

 span { border-color: rgb(210,186,189); }

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