#D5BDBE

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

Shades of Pink Flare #D5BDBE

Tints of Pink Flare #D5BDBE

Color information

#D5BDBE (or 0xD5BDBE) is unknown color: approx Pink Flare. HEX triplet: D5, BD and BE. RGB value is (213,189,190). Sum of RGB (Red+Green+Blue) = 213+189+190=592 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.98% from 592); Green value is 189 (74.22% from 255 or 31.93% from 592); Blue value is 190 (74.61% from 255 or 32.09% from 592); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BDBE is #2A4241. Grayscale: #C4C4C4. Windows color (decimal): -2769474 or 12500437. OLE color: 12500437.

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

Color convert

RGB213189190-
CMYK00.110.110.16
HSL357.5º22.22%78.82%-
HSV(B)357.5º11.27%83.53%-
XYZ54.9354.2656.29-
YUV196.29124.45139.92-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.98%
GREEN value IS 189 (74.22% from 255) = 31.93%
BLUE value IS 190 (74.61% from 255) = 32.09%
R=35.98%
G=31.93%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21318919000.110.110.16357.522.2278.82
HexD5BDBE0BB10166164f
Octal325275276013132054626117
Binary11010101101111011011111001011101110000101100110101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BDBE; }

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

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

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

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

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

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

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

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