#D4BBBD

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

Shades of Pink Flare #D4BBBD

Tints of Pink Flare #D4BBBD

Color information

#D4BBBD (or 0xD4BBBD) is unknown color: approx Pink Flare. HEX triplet: D4, BB and BD. RGB value is (212,187,189). Sum of RGB (Red+Green+Blue) = 212+187+189=588 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.05% from 588); Green value is 187 (73.44% from 255 or 31.80% from 588); Blue value is 189 (74.22% from 255 or 32.14% from 588); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BBBD is #2B4442. Grayscale: #C2C2C2. Windows color (decimal): -2835523 or 12434388. OLE color: 12434388.

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

Color convert

RGB212187189-
CMYK00.120.110.17
HSL355.2º22.52%78.24%-
HSV(B)355.2º11.79%83.14%-
XYZ54.1153.2155.56-
YUV194.7124.78140.34-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.05%
GREEN value IS 187 (73.44% from 255) = 31.80%
BLUE value IS 189 (74.22% from 255) = 32.14%
R=36.05%
G=31.80%
B=32.14%

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
Decimal21218718900.120.110.17355.222.5278.24
HexD4BBBD0CB11163174e
Octal324273275014132154327116
Binary11010100101110111011110101100101110001101100011101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BBBD; }

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

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

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

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

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

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

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

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