Html Css Color HEX #DEB6B8 Pink Flare

📋 copy color: '#DEB6B8'

red 222 ◦ green 182 ◦ blue 184

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

Shades of Pink Flare #DEB6B8

Tints of Pink Flare #DEB6B8

RGB

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

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

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

R = 37.76%
G = 30.95%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DEB6B8 (or 0xDEB6B8) is known color: Pink Flare. HEX triplet: DE, B6 and B8. RGB value is (222,182,184). Sum of RGB (Red+Green+Blue) = 222+182+184=588 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.76% from 588); Green value is 182 (71.48% from 255 or 30.95% from 588); Blue value is 184 (72.27% from 255 or 31.29% from 588); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB6B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEB6B8 is #214947. Grayscale: #C2C2C2. Windows color (decimal): -2181448 or 12105438. OLE color: 12105438.

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

Color convert

RGB 222 182 184 -
CMYK 0 0.18 0.17 0.13
HSL 357º 0.38% 0.79% -
HSV(B) 357º 0.18% 0.87% -
XYZ 55.5 52.45 52.55 -
YUV 194.19 122.25 147.84 -
System Red Green Blue C M Y K H S L
Decimal 222 182 184 0 0.18 0.17 0.13 357 0.38 0.79
Hex DE B6 B8 0 12 11 D 165 26 4F
Octal 336 266 270 0 22 21 15 545 46 117
Binary 11011110 10110110 10111000 0 10010 10001 1101 101100101 100110 1001111

Color Harmonies of #DEB6B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB6B8

Black with #DEB6B8

Text Example


Text Example

White with #DEB6B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB6B8; }

 p { color: rgb(222,182,184); }

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

background-color css

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

 a { background-color: rgb(222,182,184); }

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

border-color css

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

 span { border-color: rgb(222,182,184); }

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