#D4BABD

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

Shades of Pink Flare #D4BABD

Tints of Pink Flare #D4BABD

Color information

#D4BABD (or 0xD4BABD) is unknown color: approx Pink Flare. HEX triplet: D4, BA and BD. RGB value is (212,186,189). Sum of RGB (Red+Green+Blue) = 212+186+189=587 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.12% from 587); Green value is 186 (73.05% from 255 or 31.69% from 587); Blue value is 189 (74.22% from 255 or 32.20% from 587); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BABD is #2B4542. Grayscale: #C2C2C2. Windows color (decimal): -2835779 or 12434132. OLE color: 12434132.

HSL color Cylindrical-coordinate representation of color #D4BABD: hue angle of 353.08º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D4BABD is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.17.

Color convert

RGB212186189-
CMYK00.120.110.17
HSL353.08º23.21%78.04%-
HSV(B)353.08º12.26%83.14%-
XYZ53.952.7955.49-
YUV194.12125.11140.76-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.12%
GREEN value IS 186 (73.05% from 255) = 31.69%
BLUE value IS 189 (74.22% from 255) = 32.20%
R=36.12%
G=31.69%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.11
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21218618900.120.110.17353.0823.2178.04
HexD4BABD0CB11161174e
Octal324272275014132154127116
Binary11010100101110101011110101100101110001101100001101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BABD; }

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

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

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

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

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

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

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

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