#DEBCAB

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

Shades of Just Right #DEBCAB

Tints of Just Right #DEBCAB

Color information

#DEBCAB (or 0xDEBCAB) is unknown color: approx Just Right. HEX triplet: DE, BC and AB. RGB value is (222,188,171). Sum of RGB (Red+Green+Blue) = 222+188+171=581 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.21% from 581); Green value is 188 (73.83% from 255 or 32.36% from 581); Blue value is 171 (67.19% from 255 or 29.43% from 581); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBCAB is #214354. Grayscale: #C4C4C4. Windows color (decimal): -2179925 or 11255006. OLE color: 11255006.

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

Color convert

RGB222188171-
CMYK00.150.230.13
HSL20º43.59%77.06%-
HSV(B)20º22.97%87.06%-
XYZ55.4654.4446.11-
YUV196.23113.76146.38-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.21%
GREEN value IS 188 (73.83% from 255) = 32.36%
BLUE value IS 171 (67.19% from 255) = 29.43%
R=38.21%
G=32.36%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218817100.150.230.132043.5977.06
HexDEBCAB0F17D142c4d
Octal33627425301727152454115
Binary11011110101111001010101101111101111101101001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBCAB; }

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

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

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

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

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

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

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

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