#D7BFC1

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

Shades of Pink Flare #D7BFC1

Tints of Pink Flare #D7BFC1

Color information

#D7BFC1 (or 0xD7BFC1) is unknown color: approx Pink Flare. HEX triplet: D7, BF and C1. RGB value is (215,191,193). Sum of RGB (Red+Green+Blue) = 215+191+193=599 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.89% from 599); Green value is 191 (75% from 255 or 31.89% from 599); Blue value is 193 (75.78% from 255 or 32.22% from 599); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BFC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BFC1 is #28403E. Grayscale: #C6C6C6. Windows color (decimal): -2637887 or 12697559. OLE color: 12697559.

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

Color convert

RGB215191193-
CMYK00.110.100.16
HSL355º23.08%79.61%-
HSV(B)355º11.16%84.31%-
XYZ56.2855.5658.21-
YUV198.4124.95139.84-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.89%
GREEN value IS 191 (75% from 255) = 31.89%
BLUE value IS 193 (75.78% from 255) = 32.22%
R=35.89%
G=31.89%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21519119300.110.100.1635523.0879.61
HexD7BFC10BA101631750
Octal327277301013122054327120
Binary11010111101111111100000101011101010000101100011101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BFC1; }

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

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

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

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

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

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

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

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