#DEBBAB

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

Shades of Just Right #DEBBAB

Tints of Just Right #DEBBAB

Color information

#DEBBAB (or 0xDEBBAB) is unknown color: approx Just Right. HEX triplet: DE, BB and AB. RGB value is (222,187,171). Sum of RGB (Red+Green+Blue) = 222+187+171=580 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.28% from 580); Green value is 187 (73.44% from 255 or 32.24% from 580); Blue value is 171 (67.19% from 255 or 29.48% from 580); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBBAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBBAB is #214454. Grayscale: #C3C3C3. Windows color (decimal): -2180181 or 11254750. OLE color: 11254750.

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

Color convert

RGB222187171-
CMYK00.160.230.13
HSL18.82º43.59%77.06%-
HSV(B)18.82º22.97%87.06%-
XYZ55.2554.0146.04-
YUV195.64114.1146.8-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.28%
GREEN value IS 187 (73.44% from 255) = 32.24%
BLUE value IS 171 (67.19% from 255) = 29.48%
R=38.28%
G=32.24%
B=29.48%

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
Decimal22218717100.160.230.1318.8243.5977.06
HexDEBBAB01017D132c4d
Octal33627325302027152354115
Binary110111101011101110101011010000101111101100111011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBBAB; }

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

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

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

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

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

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

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

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