#D6B8BC

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

Shades of Pink Flare #D6B8BC

Tints of Pink Flare #D6B8BC

Color information

#D6B8BC (or 0xD6B8BC) is unknown color: approx Pink Flare. HEX triplet: D6, B8 and BC. RGB value is (214,184,188). Sum of RGB (Red+Green+Blue) = 214+184+188=586 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.52% from 586); Green value is 184 (72.27% from 255 or 31.40% from 586); Blue value is 188 (73.83% from 255 or 32.08% from 586); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B8BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6B8BC is #294743. Grayscale: #C1C1C1. Windows color (decimal): -2705220 or 12368086. OLE color: 12368086.

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

Color convert

RGB214184188-
CMYK00.140.120.16
HSL352º26.79%78.04%-
HSV(B)352º14.02%83.92%-
XYZ53.9552.2154.81-
YUV193.43124.94142.67-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.52%
GREEN value IS 184 (72.27% from 255) = 31.40%
BLUE value IS 188 (73.83% from 255) = 32.08%
R=36.52%
G=31.40%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418418800.140.120.1635226.7978.04
HexD6B8BC0EC101601b4e
Octal326270274016142054033116
Binary11010110101110001011110001110110010000101100000110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B8BC; }

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

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

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

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

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

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

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

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