#D9BFC1

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

Shades of Pink Flare #D9BFC1

Tints of Pink Flare #D9BFC1

Color information

#D9BFC1 (or 0xD9BFC1) is unknown color: approx Pink Flare. HEX triplet: D9, BF and C1. RGB value is (217,191,193). Sum of RGB (Red+Green+Blue) = 217+191+193=601 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.11% from 601); Green value is 191 (75% from 255 or 31.78% from 601); Blue value is 193 (75.78% from 255 or 32.11% from 601); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BFC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BFC1 is #26403E. Grayscale: #C7C7C7. Windows color (decimal): -2506815 or 12697561. OLE color: 12697561.

HSL color Cylindrical-coordinate representation of color #D9BFC1: hue angle of 355.38º degrees, saturation: 0.25, 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 #D9BFC1 is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB217191193-
CMYK00.120.110.15
HSL355.38º25.49%80%-
HSV(B)355.38º11.98%85.1%-
XYZ56.8755.8658.24-
YUV199124.61140.84-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.11%
GREEN value IS 191 (75% from 255) = 31.78%
BLUE value IS 193 (75.78% from 255) = 32.11%
R=36.11%
G=31.78%
B=32.11%

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
Decimal21719119300.120.110.15355.3825.4980
HexD9BFC10CBF1631950
Octal331277301014131754331120
Binary1101100110111111110000010110010111111101100011110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BFC1; }

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

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

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

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

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

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

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

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