#D6BDBE

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

Shades of Pink Flare #D6BDBE

Tints of Pink Flare #D6BDBE

Color information

#D6BDBE (or 0xD6BDBE) is unknown color: approx Pink Flare. HEX triplet: D6, BD and BE. RGB value is (214,189,190). Sum of RGB (Red+Green+Blue) = 214+189+190=593 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.09% from 593); Green value is 189 (74.22% from 255 or 31.87% from 593); Blue value is 190 (74.61% from 255 or 32.04% from 593); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BDBE is #294241. Grayscale: #C4C4C4. Windows color (decimal): -2703938 or 12500438. OLE color: 12500438.

HSL color Cylindrical-coordinate representation of color #D6BDBE: hue angle of 357.6º degrees, saturation: 0.23, 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 #D6BDBE is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB214189190-
CMYK00.120.110.16
HSL357.6º23.36%79.02%-
HSV(B)357.6º11.68%83.92%-
XYZ55.2254.4156.31-
YUV196.59124.28140.42-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.09%
GREEN value IS 189 (74.22% from 255) = 31.87%
BLUE value IS 190 (74.61% from 255) = 32.04%
R=36.09%
G=31.87%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418919000.120.110.16357.623.3679.02
HexD6BDBE0CB10166174f
Octal326275276014132054627117
Binary11010110101111011011111001100101110000101100110101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BDBE; }

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

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

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

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

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

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

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

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