#D4BFC1

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

Shades of Pink Flare #D4BFC1

Tints of Pink Flare #D4BFC1

Color information

#D4BFC1 (or 0xD4BFC1) is unknown color: approx Pink Flare. HEX triplet: D4, BF and C1. RGB value is (212,191,193). Sum of RGB (Red+Green+Blue) = 212+191+193=596 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.57% from 596); Green value is 191 (75% from 255 or 32.05% from 596); Blue value is 193 (75.78% from 255 or 32.38% from 596); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BFC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BFC1 is #2B403E. Grayscale: #C5C5C5. Windows color (decimal): -2834495 or 12697556. OLE color: 12697556.

HSL color Cylindrical-coordinate representation of color #D4BFC1: hue angle of 354.29º degrees, saturation: 0.2, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D4BFC1 is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.17.

Color convert

RGB212191193-
CMYK00.100.090.17
HSL354.29º19.63%79.02%-
HSV(B)354.29º9.91%83.14%-
XYZ55.4155.1158.17-
YUV197.51125.46138.34-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.57%
GREEN value IS 191 (75% from 255) = 32.05%
BLUE value IS 193 (75.78% from 255) = 32.38%
R=35.57%
G=32.05%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.09
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21219119300.100.090.17354.2919.6379.02
HexD4BFC10A911162144f
Octal324277301012112154224117
Binary11010100101111111100000101010100110001101100010101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BFC1; }

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

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

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

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

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

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

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

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