#D1BFC0

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

Shades of Pink Flare #D1BFC0

Tints of Pink Flare #D1BFC0

Color information

#D1BFC0 (or 0xD1BFC0) is unknown color: approx Pink Flare. HEX triplet: D1, BF and C0. RGB value is (209,191,192). Sum of RGB (Red+Green+Blue) = 209+191+192=592 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.30% from 592); Green value is 191 (75% from 255 or 32.26% from 592); Blue value is 192 (75.39% from 255 or 32.43% from 592); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BFC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BFC0 is #2E403F. Grayscale: #C4C4C4. Windows color (decimal): -3031104 or 12632017. OLE color: 12632017.

HSL color Cylindrical-coordinate representation of color #D1BFC0: hue angle of 356.67º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D1BFC0 is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB209191192-
CMYK00.090.080.18
HSL356.67º16.36%78.43%-
HSV(B)356.67º8.61%81.96%-
XYZ54.4454.6257.54-
YUV196.5125.46136.92-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.30%
GREEN value IS 191 (75% from 255) = 32.26%
BLUE value IS 192 (75.39% from 255) = 32.43%
R=35.30%
G=32.26%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20919119200.090.080.18356.6716.3678.43
HexD1BFC009812165104e
Octal321277300011102254520116
Binary11010001101111111100000001001100010010101100101100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1BFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1BFC0; }

 p { color: rgb(209,191,192); }

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

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

 a { background-color: rgb(209,191,192); }

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

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

 span { border-color: rgb(209,191,192); }

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