#D8BFC1

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

Shades of Pink Flare #D8BFC1

Tints of Pink Flare #D8BFC1

Color information

#D8BFC1 (or 0xD8BFC1) is unknown color: approx Pink Flare. HEX triplet: D8, BF and C1. RGB value is (216,191,193). Sum of RGB (Red+Green+Blue) = 216+191+193=600 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36% from 600); Green value is 191 (75% from 255 or 31.83% from 600); Blue value is 193 (75.78% from 255 or 32.17% from 600); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BFC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BFC1 is #27403E. Grayscale: #C6C6C6. Windows color (decimal): -2572351 or 12697560. OLE color: 12697560.

HSL color Cylindrical-coordinate representation of color #D8BFC1: hue angle of 355.2º degrees, saturation: 0.24, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D8BFC1 is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB216191193-
CMYK00.120.110.15
HSL355.2º24.27%79.8%-
HSV(B)355.2º11.57%84.71%-
XYZ56.5855.7158.22-
YUV198.7124.78140.34-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36%
GREEN value IS 191 (75% from 255) = 31.83%
BLUE value IS 193 (75.78% from 255) = 32.17%
R=36%
G=31.83%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21619119300.120.110.15355.224.2779.8
HexD8BFC10CBF1631850
Octal330277301014131754330120
Binary1101100010111111110000010110010111111101100011110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BFC1; }

 p { color: rgb(216,191,193); }

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

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

 a { background-color: rgb(216,191,193); }

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

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

 span { border-color: rgb(216,191,193); }

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