#D4BBBE

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

Shades of Pink Flare #D4BBBE

Tints of Pink Flare #D4BBBE

Color information

#D4BBBE (or 0xD4BBBE) is unknown color: approx Pink Flare. HEX triplet: D4, BB and BE. RGB value is (212,187,190). Sum of RGB (Red+Green+Blue) = 212+187+190=589 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.99% from 589); Green value is 187 (73.44% from 255 or 31.75% from 589); Blue value is 190 (74.61% from 255 or 32.26% from 589); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BBBE is #2B4441. Grayscale: #C2C2C2. Windows color (decimal): -2835522 or 12499924. OLE color: 12499924.

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

Color convert

RGB212187190-
CMYK00.120.100.17
HSL352.8º22.52%78.24%-
HSV(B)352.8º11.79%83.14%-
XYZ54.2253.2656.14-
YUV194.82125.28140.26-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.99%
GREEN value IS 187 (73.44% from 255) = 31.75%
BLUE value IS 190 (74.61% from 255) = 32.26%
R=35.99%
G=31.75%
B=32.26%

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
Decimal21218719000.120.100.17352.822.5278.24
HexD4BBBE0CA11161174e
Octal324273276014122154127116
Binary11010100101110111011111001100101010001101100001101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BBBE; }

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

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

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

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

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

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

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

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