#DBBBBF

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

Shades of Pink Flare #DBBBBF

Tints of Pink Flare #DBBBBF

Color information

#DBBBBF (or 0xDBBBBF) is unknown color: approx Pink Flare. HEX triplet: DB, BB and BF. RGB value is (219,187,191). Sum of RGB (Red+Green+Blue) = 219+187+191=597 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.68% from 597); Green value is 187 (73.44% from 255 or 31.32% from 597); Blue value is 191 (75% from 255 or 31.99% from 597); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBBBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBBBF is #244440. Grayscale: #C5C5C5. Windows color (decimal): -2376769 or 12565467. OLE color: 12565467.

HSL color Cylindrical-coordinate representation of color #DBBBBF: hue angle of 352.5º 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 #DBBBBF is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB219187191-
CMYK00.150.130.14
HSL352.5º30.77%79.61%-
HSV(B)352.5º14.61%85.88%-
XYZ56.3954.3656.81-
YUV197.02124.6143.67-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.68%
GREEN value IS 187 (73.44% from 255) = 31.32%
BLUE value IS 191 (75% from 255) = 31.99%
R=36.68%
G=31.32%
B=31.99%

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
Decimal21918719100.150.130.14352.530.7779.61
HexDBBBBF0FDE1601f50
Octal333273277017151654037120
Binary1101101110111011101111110111111011110101100000111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBBBF; }

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

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

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

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

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

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

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

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