#DBB2B4

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

Shades of Pink Flare #DBB2B4

Tints of Pink Flare #DBB2B4

Color information

#DBB2B4 (or 0xDBB2B4) is unknown color: approx Pink Flare. HEX triplet: DB, B2 and B4. RGB value is (219,178,180). Sum of RGB (Red+Green+Blue) = 219+178+180=577 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.95% from 577); Green value is 178 (69.92% from 255 or 30.85% from 577); Blue value is 180 (70.70% from 255 or 31.20% from 577); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB2B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBB2B4 is #244D4B. Grayscale: #BEBEBE. Windows color (decimal): -2379084 or 11842267. OLE color: 11842267.

HSL color Cylindrical-coordinate representation of color #DBB2B4: hue angle of 357.07º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DBB2B4 is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB219178180-
CMYK00.190.180.14
HSL357.07º36.28%77.84%-
HSV(B)357.07º18.72%85.88%-
XYZ53.3750.250.06-
YUV190.49122.08148.34-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.95%
GREEN value IS 178 (69.92% from 255) = 30.85%
BLUE value IS 180 (70.70% from 255) = 31.20%
R=37.95%
G=30.85%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917818000.190.180.14357.0736.2877.84
HexDBB2B401312E165244e
Octal333262264023221654544116
Binary1101101110110010101101000100111001011101011001011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB2B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB2B4; }

 p { color: rgb(219,178,180); }

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

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

 a { background-color: rgb(219,178,180); }

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

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

 span { border-color: rgb(219,178,180); }

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