Html Css Color HEX #DBB6B7 Pink Flare

📋 copy color: '#DBB6B7'

red 219 ◦ green 182 ◦ blue 183

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

Shades of Pink Flare #DBB6B7

Tints of Pink Flare #DBB6B7

RGB

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

 GREEN value IS 182 (71.48% from 255) = 31.16%

 BLUE value IS 183 (71.88% from 255) = 31.34%

R = 37.5%
G = 31.16%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DBB6B7 (or 0xDBB6B7) is known color: Pink Flare. HEX triplet: DB, B6 and B7. RGB value is (219,182,183). Sum of RGB (Red+Green+Blue) = 219+182+183=584 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.5% from 584); Green value is 182 (71.48% from 255 or 31.16% from 584); Blue value is 183 (71.88% from 255 or 31.34% from 584); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB6B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB6B7 is #244948. Grayscale: #C1C1C1. Windows color (decimal): -2378057 or 12039899. OLE color: 12039899.

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

Color convert

RGB 219 182 183 -
CMYK 0 0.17 0.16 0.14
HSL 358.38º 0.34% 0.79% -
HSV(B) 358.38º 0.17% 0.86% -
XYZ 54.49 51.93 51.95 -
YUV 193.18 122.26 146.42 -
System Red Green Blue C M Y K H S L
Decimal 219 182 183 0 0.17 0.16 0.14 358.38 0.34 0.79
Hex DB B6 B7 0 11 10 E 166 22 4F
Octal 333 266 267 0 21 20 16 546 42 117
Binary 11011011 10110110 10110111 0 10001 10000 1110 101100110 100010 1001111

Color Harmonies of #DBB6B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB6B7

Black with #DBB6B7

Text Example


Text Example

White with #DBB6B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB6B7; }

 p { color: rgb(219,182,183); }

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

background-color css

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

 a { background-color: rgb(219,182,183); }

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

border-color css

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

 span { border-color: rgb(219,182,183); }

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