#D3BDBE

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

Shades of Pink Flare #D3BDBE

Tints of Pink Flare #D3BDBE

Color information

#D3BDBE (or 0xD3BDBE) is unknown color: approx Pink Flare. HEX triplet: D3, BD and BE. RGB value is (211,189,190). Sum of RGB (Red+Green+Blue) = 211+189+190=590 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.76% from 590); Green value is 189 (74.22% from 255 or 32.03% from 590); Blue value is 190 (74.61% from 255 or 32.20% from 590); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BDBE is #2C4241. Grayscale: #C3C3C3. Windows color (decimal): -2900546 or 12500435. OLE color: 12500435.

HSL color Cylindrical-coordinate representation of color #D3BDBE: hue angle of 357.27º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D3BDBE is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB211189190-
CMYK00.100.100.17
HSL357.27º20%78.43%-
HSV(B)357.27º10.43%82.75%-
XYZ54.3653.9656.27-
YUV195.69124.79138.92-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.76%
GREEN value IS 189 (74.22% from 255) = 32.03%
BLUE value IS 190 (74.61% from 255) = 32.20%
R=35.76%
G=32.03%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.10
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21118919000.100.100.17357.272078.43
HexD3BDBE0AA11165144e
Octal323275276012122154524116
Binary11010011101111011011111001010101010001101100101101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3BDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3BDBE; }

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

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

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

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

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

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

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

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