#D7BDBE

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

Shades of Pink Flare #D7BDBE

Tints of Pink Flare #D7BDBE

Color information

#D7BDBE (or 0xD7BDBE) is unknown color: approx Pink Flare. HEX triplet: D7, BD and BE. RGB value is (215,189,190). Sum of RGB (Red+Green+Blue) = 215+189+190=594 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.20% from 594); Green value is 189 (74.22% from 255 or 31.82% from 594); Blue value is 190 (74.61% from 255 or 31.99% from 594); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BDBE is #284241. Grayscale: #C4C4C4. Windows color (decimal): -2638402 or 12500439. OLE color: 12500439.

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

Color convert

RGB215189190-
CMYK00.120.120.16
HSL357.69º24.53%79.22%-
HSV(B)357.69º12.09%84.31%-
XYZ55.5254.5656.32-
YUV196.89124.11140.92-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.20%
GREEN value IS 189 (74.22% from 255) = 31.82%
BLUE value IS 190 (74.61% from 255) = 31.99%
R=36.20%
G=31.82%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21518919000.120.120.16357.6924.5379.22
HexD7BDBE0CC10166194f
Octal327275276014142054631117
Binary11010111101111011011111001100110010000101100110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BDBE; }

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

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

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

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

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

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

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

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