Html Css Color HEX #DBB8BB Pink Flare

📋 copy color: '#DBB8BB'

red 219 ◦ green 184 ◦ blue 187

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

Shades of Pink Flare #DBB8BB

Tints of Pink Flare #DBB8BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 31.69%

R = 37.12%
G = 31.19%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DBB8BB (or 0xDBB8BB) is known color: Pink Flare. HEX triplet: DB, B8 and BB. RGB value is (219,184,187). Sum of RGB (Red+Green+Blue) = 219+184+187=590 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.12% from 590); Green value is 184 (72.27% from 255 or 31.19% from 590); Blue value is 187 (73.44% from 255 or 31.69% from 590); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB8BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB8BB is #244744. Grayscale: #C2C2C2. Windows color (decimal): -2377541 or 12302555. OLE color: 12302555.

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

Color convert

RGB 219 184 187 -
CMYK 0 0.16 0.15 0.14
HSL 354.86º 0.33% 0.79% -
HSV(B) 354.86º 0.16% 0.86% -
XYZ 55.32 52.93 54.31 -
YUV 194.81 123.6 145.26 -
System Red Green Blue C M Y K H S L
Decimal 219 184 187 0 0.16 0.15 0.14 354.86 0.33 0.79
Hex DB B8 BB 0 10 F E 163 21 4F
Octal 333 270 273 0 20 17 16 543 41 117
Binary 11011011 10111000 10111011 0 10000 1111 1110 101100011 100001 1001111

Color Harmonies of #DBB8BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB8BB

Black with #DBB8BB

Text Example


Text Example

White with #DBB8BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB8BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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