#DEBBAD

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

Shades of Just Right #DEBBAD

Tints of Just Right #DEBBAD

Color information

#DEBBAD (or 0xDEBBAD) is unknown color: approx Just Right. HEX triplet: DE, BB and AD. RGB value is (222,187,173). Sum of RGB (Red+Green+Blue) = 222+187+173=582 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.14% from 582); Green value is 187 (73.44% from 255 or 32.13% from 582); Blue value is 173 (67.97% from 255 or 29.73% from 582); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBBAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBBAD is #214452. Grayscale: #C3C3C3. Windows color (decimal): -2180179 or 11385822. OLE color: 11385822.

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

Color convert

RGB222187173-
CMYK00.160.220.13
HSL17.14º42.61%77.45%-
HSV(B)17.14º22.07%87.06%-
XYZ55.4454.0947.05-
YUV195.87115.1146.64-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.14%
GREEN value IS 187 (73.44% from 255) = 32.13%
BLUE value IS 173 (67.97% from 255) = 29.73%
R=38.14%
G=32.13%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218717300.160.220.1317.1442.6177.45
HexDEBBAD01016D112b4d
Octal33627325502026152153115
Binary110111101011101110101101010000101101101100011010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBBAD; }

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

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

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

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

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

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

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

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