Html Css Color HEX #DBB4B8 Pink Flare

📋 copy color: '#DBB4B8'

red 219 ◦ green 180 ◦ blue 184

#DBB4B8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pink Flare #DBB4B8

Tints of Pink Flare #DBB4B8

RGB

 RED value IS 219 (85.94% from 255) = 37.56%

 GREEN value IS 180 (70.7% from 255) = 30.87%

 BLUE value IS 184 (72.27% from 255) = 31.56%

R = 37.56%
G = 30.87%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DBB4B8 (or 0xDBB4B8) is known color: Pink Flare. HEX triplet: DB, B4 and B8. RGB value is (219,180,184). Sum of RGB (Red+Green+Blue) = 219+180+184=583 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.56% from 583); Green value is 180 (70.70% from 255 or 30.87% from 583); Blue value is 184 (72.27% from 255 or 31.56% from 583); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB4B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB4B8 is #244B47. Grayscale: #C0C0C0. Windows color (decimal): -2378568 or 12104923. OLE color: 12104923.

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

Color convert

RGB 219 180 184 -
CMYK 0 0.18 0.16 0.14
HSL 353.85º 0.35% 0.78% -
HSV(B) 353.85º 0.18% 0.86% -
XYZ 54.19 51.16 52.37 -
YUV 192.12 123.42 147.17 -
System Red Green Blue C M Y K H S L
Decimal 219 180 184 0 0.18 0.16 0.14 353.85 0.35 0.78
Hex DB B4 B8 0 12 10 E 162 23 4E
Octal 333 264 270 0 22 20 16 542 43 116
Binary 11011011 10110100 10111000 0 10010 10000 1110 101100010 100011 1001110

Color Harmonies of #DBB4B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB4B8

Black with #DBB4B8

Text Example


Text Example

White with #DBB4B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB4B8; }

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

 H1.HeaderClassName
 {
   color: #DBB4B8;
 }
 .AnyTagClassName
 {
   color: #DBB4B8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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