#DEBAAB

Color #DEBAAB Just Right (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Just Right #DEBAAB

Tints of Just Right #DEBAAB

Color information

#DEBAAB (or 0xDEBAAB) is unknown color: approx Just Right. HEX triplet: DE, BA and AB. RGB value is (222,186,171). Sum of RGB (Red+Green+Blue) = 222+186+171=579 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.34% from 579); Green value is 186 (73.05% from 255 or 32.12% from 579); Blue value is 171 (67.19% from 255 or 29.53% from 579); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBAAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBAAB is #214554. Grayscale: #C3C3C3. Windows color (decimal): -2180437 or 11254494. OLE color: 11254494.

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

Color convert

RGB222186171-
CMYK00.160.230.13
HSL17.65º43.59%77.06%-
HSV(B)17.65º22.97%87.06%-
XYZ55.0353.5945.97-
YUV195.05114.43147.22-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.34%
GREEN value IS 186 (73.05% from 255) = 32.12%
BLUE value IS 171 (67.19% from 255) = 29.53%
R=38.34%
G=32.12%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218617100.160.230.1317.6543.5977.06
HexDEBAAB01017D122c4d
Octal33627225302027152254115
Binary110111101011101010101011010000101111101100101011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBAAB; }

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

 H1.HeaderClassName
 {
   color: #DEBAAB;
 }
 .AnyTagClassName
 {
   color: #DEBAAB;
 }
</style>
background-color css

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

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

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

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

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

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