#D5BABD

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

Shades of Pink Flare #D5BABD

Tints of Pink Flare #D5BABD

Color information

#D5BABD (or 0xD5BABD) is unknown color: approx Pink Flare. HEX triplet: D5, BA and BD. RGB value is (213,186,189). Sum of RGB (Red+Green+Blue) = 213+186+189=588 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.22% from 588); Green value is 186 (73.05% from 255 or 31.63% from 588); Blue value is 189 (74.22% from 255 or 32.14% from 588); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BABD is #2A4542. Grayscale: #C2C2C2. Windows color (decimal): -2770243 or 12434133. OLE color: 12434133.

HSL color Cylindrical-coordinate representation of color #D5BABD: hue angle of 353.33º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D5BABD is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB213186189-
CMYK00.130.110.16
HSL353.33º24.32%78.24%-
HSV(B)353.33º12.68%83.53%-
XYZ54.1852.9455.51-
YUV194.41124.95141.26-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.22%
GREEN value IS 186 (73.05% from 255) = 31.63%
BLUE value IS 189 (74.22% from 255) = 32.14%
R=36.22%
G=31.63%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21318618900.130.110.16353.3324.3278.24
HexD5BABD0DB10161184e
Octal325272275015132054130116
Binary11010101101110101011110101101101110000101100001110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BABD; }

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

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

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

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

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

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

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

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