#D6BBBF

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

Shades of Pink Flare #D6BBBF

Tints of Pink Flare #D6BBBF

Color information

#D6BBBF (or 0xD6BBBF) is unknown color: approx Pink Flare. HEX triplet: D6, BB and BF. RGB value is (214,187,191). Sum of RGB (Red+Green+Blue) = 214+187+191=592 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.15% from 592); Green value is 187 (73.44% from 255 or 31.59% from 592); Blue value is 191 (75% from 255 or 32.26% from 592); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BBBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BBBF is #294440. Grayscale: #C3C3C3. Windows color (decimal): -2704449 or 12565462. OLE color: 12565462.

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

Color convert

RGB214187191-
CMYK00.130.110.16
HSL351.11º24.77%78.63%-
HSV(B)351.11º12.62%83.92%-
XYZ54.9153.656.74-
YUV195.53125.45141.17-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.15%
GREEN value IS 187 (73.44% from 255) = 31.59%
BLUE value IS 191 (75% from 255) = 32.26%
R=36.15%
G=31.59%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418719100.130.110.16351.1124.7778.63
HexD6BBBF0DB1015f194f
Octal326273277015132053731117
Binary11010110101110111011111101101101110000101011111110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BBBF; }

 p { color: rgb(214,187,191); }

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

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

 a { background-color: rgb(214,187,191); }

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

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

 span { border-color: rgb(214,187,191); }

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