Html Css Color HEX #DBB8B9 Pink Flare

📋 copy color: '#DBB8B9'

red 219 ◦ green 184 ◦ blue 185

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

Shades of Pink Flare #DBB8B9

Tints of Pink Flare #DBB8B9

RGB

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

 GREEN value IS 184 (72.27% from 255) = 31.29%

 BLUE value IS 185 (72.66% from 255) = 31.46%

R = 37.24%
G = 31.29%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DBB8B9 (or 0xDBB8B9) is known color: Pink Flare. HEX triplet: DB, B8 and B9. RGB value is (219,184,185). Sum of RGB (Red+Green+Blue) = 219+184+185=588 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.24% from 588); Green value is 184 (72.27% from 255 or 31.29% from 588); Blue value is 185 (72.66% from 255 or 31.46% from 588); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB8B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB8B9 is #244746. Grayscale: #C2C2C2. Windows color (decimal): -2377543 or 12171483. OLE color: 12171483.

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

Color convert

RGB 219 184 185 -
CMYK 0 0.16 0.16 0.14
HSL 358.29º 0.33% 0.79% -
HSV(B) 358.29º 0.16% 0.86% -
XYZ 55.11 52.84 53.19 -
YUV 194.58 122.6 145.42 -
System Red Green Blue C M Y K H S L
Decimal 219 184 185 0 0.16 0.16 0.14 358.29 0.33 0.79
Hex DB B8 B9 0 10 10 E 166 21 4F
Octal 333 270 271 0 20 20 16 546 41 117
Binary 11011011 10111000 10111001 0 10000 10000 1110 101100110 100001 1001111

Color Harmonies of #DBB8B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB8B9

Black with #DBB8B9

Text Example


Text Example

White with #DBB8B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB8B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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