#D6BABC

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

Shades of Pink Flare #D6BABC

Tints of Pink Flare #D6BABC

Color information

#D6BABC (or 0xD6BABC) is unknown color: approx Pink Flare. HEX triplet: D6, BA and BC. RGB value is (214,186,188). Sum of RGB (Red+Green+Blue) = 214+186+188=588 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.39% from 588); Green value is 186 (73.05% from 255 or 31.63% from 588); Blue value is 188 (73.83% from 255 or 31.97% from 588); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BABC is #294543. Grayscale: #C2C2C2. Windows color (decimal): -2704708 or 12368598. OLE color: 12368598.

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

Color convert

RGB214186188-
CMYK00.130.120.16
HSL355.71º25.45%78.43%-
HSV(B)355.71º13.08%83.92%-
XYZ54.3753.0454.95-
YUV194.6124.28141.84-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.39%
GREEN value IS 186 (73.05% from 255) = 31.63%
BLUE value IS 188 (73.83% from 255) = 31.97%
R=36.39%
G=31.63%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418618800.130.120.16355.7125.4578.43
HexD6BABC0DC10164194e
Octal326272274015142054431116
Binary11010110101110101011110001101110010000101100100110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BABC; }

 p { color: rgb(214,186,188); }

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

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

 a { background-color: rgb(214,186,188); }

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

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

 span { border-color: rgb(214,186,188); }

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