#D2BDBE

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

Shades of Pink Flare #D2BDBE

Tints of Pink Flare #D2BDBE

Color information

#D2BDBE (or 0xD2BDBE) is unknown color: approx Pink Flare. HEX triplet: D2, BD and BE. RGB value is (210,189,190). Sum of RGB (Red+Green+Blue) = 210+189+190=589 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.65% from 589); Green value is 189 (74.22% from 255 or 32.09% from 589); Blue value is 190 (74.61% from 255 or 32.26% from 589); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BDBE is #2D4241. Grayscale: #C3C3C3. Windows color (decimal): -2966082 or 12500434. OLE color: 12500434.

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

Color convert

RGB210189190-
CMYK00.100.100.18
HSL357.14º18.92%78.24%-
HSV(B)357.14º10%82.35%-
XYZ54.0753.8156.25-
YUV195.39124.96138.42-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.65%
GREEN value IS 189 (74.22% from 255) = 32.09%
BLUE value IS 190 (74.61% from 255) = 32.26%
R=35.65%
G=32.09%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21018919000.100.100.18357.1418.9278.24
HexD2BDBE0AA12165134e
Octal322275276012122254523116
Binary11010010101111011011111001010101010010101100101100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2BDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2BDBE; }

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

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

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

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

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

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

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

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