#D4BBBF

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

Shades of Pink Flare #D4BBBF

Tints of Pink Flare #D4BBBF

Color information

#D4BBBF (or 0xD4BBBF) is unknown color: approx Pink Flare. HEX triplet: D4, BB and BF. RGB value is (212,187,191). Sum of RGB (Red+Green+Blue) = 212+187+191=590 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.93% from 590); Green value is 187 (73.44% from 255 or 31.69% from 590); Blue value is 191 (75% from 255 or 32.37% from 590); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BBBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BBBF is #2B4440. Grayscale: #C2C2C2. Windows color (decimal): -2835521 or 12565460. OLE color: 12565460.

HSL color Cylindrical-coordinate representation of color #D4BBBF: hue angle of 350.4º 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 #D4BBBF is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB212187191-
CMYK00.120.100.17
HSL350.4º22.52%78.24%-
HSV(B)350.4º11.79%83.14%-
XYZ54.3353.356.71-
YUV194.93125.78140.17-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.93%
GREEN value IS 187 (73.44% from 255) = 31.69%
BLUE value IS 191 (75% from 255) = 32.37%
R=35.93%
G=31.69%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.10
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21218719100.120.100.17350.422.5278.24
HexD4BBBF0CA1115e174e
Octal324273277014122153627116
Binary11010100101110111011111101100101010001101011110101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BBBF; }

 p { color: rgb(212,187,191); }

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

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

 a { background-color: rgb(212,187,191); }

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

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

 span { border-color: rgb(212,187,191); }

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