Html Css Color HEX #DEB9BA Pink Flare

📋 copy color: '#DEB9BA'

red 222 ◦ green 185 ◦ blue 186

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

Shades of Pink Flare #DEB9BA

Tints of Pink Flare #DEB9BA

RGB

 RED value IS 222 (87.11% from 255) = 37.44%

 GREEN value IS 185 (72.66% from 255) = 31.2%

 BLUE value IS 186 (73.05% from 255) = 31.37%

R = 37.44%
G = 31.2%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DEB9BA (or 0xDEB9BA) is known color: Pink Flare. HEX triplet: DE, B9 and BA. RGB value is (222,185,186). Sum of RGB (Red+Green+Blue) = 222+185+186=593 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.44% from 593); Green value is 185 (72.66% from 255 or 31.20% from 593); Blue value is 186 (73.05% from 255 or 31.37% from 593); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB9BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEB9BA is #214645. Grayscale: #C4C4C4. Windows color (decimal): -2180678 or 12237278. OLE color: 12237278.

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

Color convert

RGB 222 185 186 -
CMYK 0 0.17 0.16 0.13
HSL 358.38º 0.36% 0.8% -
HSV(B) 358.38º 0.17% 0.87% -
XYZ 56.34 53.77 53.86 -
YUV 196.18 122.26 146.42 -
System Red Green Blue C M Y K H S L
Decimal 222 185 186 0 0.17 0.16 0.13 358.38 0.36 0.8
Hex DE B9 BA 0 11 10 D 166 24 50
Octal 336 271 272 0 21 20 15 546 44 120
Binary 11011110 10111001 10111010 0 10001 10000 1101 101100110 100100 1010000

Color Harmonies of #DEB9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB9BA

Black with #DEB9BA

Text Example


Text Example

White with #DEB9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB9BA; }

 p { color: rgb(222,185,186); }

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

background-color css

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

 a { background-color: rgb(222,185,186); }

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

border-color css

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

 span { border-color: rgb(222,185,186); }

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