#DBBBBE

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

Shades of Pink Flare #DBBBBE

Tints of Pink Flare #DBBBBE

Color information

#DBBBBE (or 0xDBBBBE) is unknown color: approx Pink Flare. HEX triplet: DB, BB and BE. RGB value is (219,187,190). Sum of RGB (Red+Green+Blue) = 219+187+190=596 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.74% from 596); Green value is 187 (73.44% from 255 or 31.38% from 596); Blue value is 190 (74.61% from 255 or 31.88% from 596); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBBBE is #244441. Grayscale: #C4C4C4. Windows color (decimal): -2376770 or 12499931. OLE color: 12499931.

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

Color convert

RGB219187190-
CMYK00.150.130.14
HSL354.38º30.77%79.61%-
HSV(B)354.38º14.61%85.88%-
XYZ56.2854.3256.23-
YUV196.91124.1143.76-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.74%
GREEN value IS 187 (73.44% from 255) = 31.38%
BLUE value IS 190 (74.61% from 255) = 31.88%
R=36.74%
G=31.38%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918719000.150.130.14354.3830.7779.61
HexDBBBBE0FDE1621f50
Octal333273276017151654237120
Binary1101101110111011101111100111111011110101100010111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBBBE; }

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

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

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

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

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

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

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

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