#D8BABD

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

Shades of Pink Flare #D8BABD

Tints of Pink Flare #D8BABD

Color information

#D8BABD (or 0xD8BABD) is unknown color: approx Pink Flare. HEX triplet: D8, BA and BD. RGB value is (216,186,189). Sum of RGB (Red+Green+Blue) = 216+186+189=591 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.55% from 591); Green value is 186 (73.05% from 255 or 31.47% from 591); Blue value is 189 (74.22% from 255 or 31.98% from 591); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BABD is #274542. Grayscale: #C3C3C3. Windows color (decimal): -2573635 or 12434136. OLE color: 12434136.

HSL color Cylindrical-coordinate representation of color #D8BABD: hue angle of 354º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D8BABD is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB216186189-
CMYK00.140.120.15
HSL354º27.78%78.82%-
HSV(B)354º13.89%84.71%-
XYZ55.0653.3955.55-
YUV195.31124.44142.76-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.55%
GREEN value IS 186 (73.05% from 255) = 31.47%
BLUE value IS 189 (74.22% from 255) = 31.98%
R=36.55%
G=31.47%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21618618900.140.120.1535427.7878.82
HexD8BABD0ECF1621c4f
Octal330272275016141754234117
Binary1101100010111010101111010111011001111101100010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BABD; }

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

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

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

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

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

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

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

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