#D2BFC0

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

Shades of Pink Flare #D2BFC0

Tints of Pink Flare #D2BFC0

Color information

#D2BFC0 (or 0xD2BFC0) is unknown color: approx Pink Flare. HEX triplet: D2, BF and C0. RGB value is (210,191,192). Sum of RGB (Red+Green+Blue) = 210+191+192=593 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.41% from 593); Green value is 191 (75% from 255 or 32.21% from 593); Blue value is 192 (75.39% from 255 or 32.38% from 593); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BFC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BFC0 is #2D403F. Grayscale: #C4C4C4. Windows color (decimal): -2965568 or 12632018. OLE color: 12632018.

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

Color convert

RGB210191192-
CMYK00.090.090.18
HSL356.84º17.43%78.63%-
HSV(B)356.84º9.05%82.35%-
XYZ54.7254.7757.56-
YUV196.8125.29137.42-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.41%
GREEN value IS 191 (75% from 255) = 32.21%
BLUE value IS 192 (75.39% from 255) = 32.38%
R=35.41%
G=32.21%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21019119200.090.090.18356.8417.4378.63
HexD2BFC009912165114f
Octal322277300011112254521117
Binary11010010101111111100000001001100110010101100101100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2BFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2BFC0; }

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

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

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

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

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

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

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

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