#DBBEBF

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

Shades of Pink Flare #DBBEBF

Tints of Pink Flare #DBBEBF

Color information

#DBBEBF (or 0xDBBEBF) is unknown color: approx Pink Flare. HEX triplet: DB, BE and BF. RGB value is (219,190,191). Sum of RGB (Red+Green+Blue) = 219+190+191=600 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.5% from 600); Green value is 190 (74.61% from 255 or 31.67% from 600); Blue value is 191 (75% from 255 or 31.83% from 600); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBEBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBEBF is #244140. Grayscale: #C6C6C6. Windows color (decimal): -2376001 or 12566235. OLE color: 12566235.

HSL color Cylindrical-coordinate representation of color #DBBEBF: hue angle of 357.93º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBBEBF is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB219190191-
CMYK00.130.130.14
HSL357.93º28.71%80.2%-
HSV(B)357.93º13.24%85.88%-
XYZ57.0355.6557.03-
YUV198.78123.61142.42-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.5%
GREEN value IS 190 (74.61% from 255) = 31.67%
BLUE value IS 191 (75% from 255) = 31.83%
R=36.5%
G=31.67%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919019100.130.130.14357.9328.7180.2
HexDBBEBF0DDE1661d50
Octal333276277015151654635120
Binary1101101110111110101111110110111011110101100110111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBEBF; }

 p { color: rgb(219,190,191); }

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

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

 a { background-color: rgb(219,190,191); }

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

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

 span { border-color: rgb(219,190,191); }

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